summaryrefslogtreecommitdiff
path: root/read-cert-template.conf
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-05-16 10:41:58 -0400
committerB. Stack <bgstack15@gmail.com>2024-05-16 10:41:58 -0400
commitaa2da5a324b66930b523fadb7c86648c2e0940da (patch)
treeb78e54bc31655d44b3037741269068f937ce12e6 /read-cert-template.conf
downloadread-cert-template-aa2da5a324b66930b523fadb7c86648c2e0940da.tar.gz
read-cert-template-aa2da5a324b66930b523fadb7c86648c2e0940da.tar.bz2
read-cert-template-aa2da5a324b66930b523fadb7c86648c2e0940da.zip
initial commit
Diffstat (limited to 'read-cert-template.conf')
-rw-r--r--read-cert-template.conf6
1 files changed, 6 insertions, 0 deletions
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"
bgstack15