summaryrefslogtreecommitdiff
path: root/cb.conf
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-08-29 11:30:11 +0200
committerErich Eckner <git@eckner.net>2019-08-29 11:30:11 +0200
commit75f69aa7c19e1e29580bb0e4d62feb948ccdba18 (patch)
tree50c1948fb3e8b6717e255280fc3c3fe9913ba605 /cb.conf
parent1e1958704f12494a7dc60af5f7cf6d1fe14fd819 (diff)
downloadsimple-pki-75f69aa7c19e1e29580bb0e4d62feb948ccdba18.tar.xz
cb stuff done
Diffstat (limited to 'cb.conf')
-rw-r--r--cb.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/cb.conf b/cb.conf
new file mode 100644
index 0000000..21187c3
--- /dev/null
+++ b/cb.conf
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+# where do we belong? (must match the setting of the ca)
+subject_prefix='/C=DE/ST=Thuringia/L=Jena/O=Eckner/OU=Net'
+
+# ignore these hosts
+ignore_hosts=('localhost')
+
+# where should the certificates be requested?
+ca_host='user@ca.example.com'
+
+# which user owns the certificates (not root)
+certificate_user='http'