summaryrefslogtreecommitdiff
path: root/ca.conf
diff options
context:
space:
mode:
Diffstat (limited to 'ca.conf')
-rw-r--r--ca.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/ca.conf b/ca.conf
new file mode 100644
index 0000000..ab2eac4
--- /dev/null
+++ b/ca.conf
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+# details of the ca
+ca_name='eckner-ca'
+ca_subject_prefix='/C=DE/ST=Thuringia/L=Jena/O=Eckner/OU=Net'
+
+# where should the ca certificates be published?
+remote_host='user@example.com'
+remote_dir='httpdocs/certs'