From aa2da5a324b66930b523fadb7c86648c2e0940da Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 16 May 2024 10:41:58 -0400 Subject: initial commit --- read-cert-template.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 read-cert-template.conf (limited to 'read-cert-template.conf') diff --git a/read-cert-template.conf b/read-cert-template.conf new file mode 100644 index 0000000..e61d492 --- /dev/null +++ b/read-cert-template.conf @@ -0,0 +1,6 @@ +# File: ~/.config/read-cert-template.conf +RCT_LDAPSERVER=ldaps://example.corp +# The "CN=Certificate Templates,CN=Public Key,CN=Services,CN=Configuration," will be prepended to this: +RCT_LDAPBASE="DC=example,DC=corp" +RCT_LDAPAUTHUNQUOTED="-x -w see#keepass" +RCT_LDAPAUTHQUOTED="-D CN=Service Account 319 (sa319),OU=Accounts,DC=example,DC=corp" -- cgit