summaryrefslogtreecommitdiff
path: root/read-cert-template.conf
diff options
context:
space:
mode:
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