summaryrefslogtreecommitdiff
path: root/ca.conf
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-08-29 14:23:22 +0200
committerErich Eckner <git@eckner.net>2019-08-29 14:23:22 +0200
commit097d3fe90f0e242ecebd1a9bf9b06d6397bf3789 (patch)
treea6731323989f57bdda9e02e6a00845e847f4043d /ca.conf
parent623830c910a7fe0635fcde4d2a77dd8519d658c6 (diff)
downloadsimple-pki-097d3fe90f0e242ecebd1a9bf9b06d6397bf3789.tar.xz
make min duration configurable for ca and endpoint certificates
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 52b05a9..2f85b40 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'
+# generate new ca key/cert afther this many days
+ca_min_duration=60
+
# which system user owns the ca
ca_user='erich'