summaryrefslogtreecommitdiff
path: root/ca.conf
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-08-29 12:05:25 +0200
committerErich Eckner <git@eckner.net>2019-08-29 12:05:25 +0200
commitd4a78863d7b77d43436c3ab4868ac15482fd00f4 (patch)
treed800679991fc1f1ba17c8f532720bc07436fb5c9 /ca.conf
parent75f69aa7c19e1e29580bb0e4d62feb948ccdba18 (diff)
downloadsimple-pki-d4a78863d7b77d43436c3ab4868ac15482fd00f4.tar.xz
bug fixes in sign-ca
Diffstat (limited to 'ca.conf')
-rw-r--r--ca.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/ca.conf b/ca.conf
index ab2eac4..52b05a9 100644
--- a/ca.conf
+++ b/ca.conf
@@ -4,6 +4,9 @@
ca_name='eckner-ca'
ca_subject_prefix='/C=DE/ST=Thuringia/L=Jena/O=Eckner/OU=Net'
+# which system user owns the ca
+ca_user='erich'
+
# where should the ca certificates be published?
remote_host='user@example.com'
remote_dir='httpdocs/certs'