From 056402c1aa1f5bc3296755283cc8bcdf76815643 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 9 Dec 2019 09:55:28 +0100 Subject: ca_min_duration -> ca_keep_duration --- etc/ca.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/ca.conf b/etc/ca.conf index b4e8ca3..aa8b4ba 100644 --- a/etc/ca.conf +++ b/etc/ca.conf @@ -1,7 +1,7 @@ #!/bin/bash # how long do we keep the old signature of the root-ca (days) -ca_min_duration=60 +ca_keep_duration=60 # which system user owns the ca ca_user='erich' -- cgit v1.2.3-54-g00ecf