diff options
author | Erich Eckner <git@eckner.net> | 2019-09-02 12:19:35 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-09-02 12:19:35 +0200 |
commit | 60bcc6097db7c05caee560e31eada48f831941b0 (patch) | |
tree | 9e690f78c87daae2cfe556b461afa83f034fa6cb /etc | |
parent | 69d1ec7d8de2d4926b55f44279a41ba7e086be30 (diff) | |
download | simple-pki-60bcc6097db7c05caee560e31eada48f831941b0.tar.xz |
rotate-keys.in: should work
Diffstat (limited to 'etc')
-rw-r--r-- | etc/cb.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/cb.conf b/etc/cb.conf index 47ae16a..98029b7 100644 --- a/etc/cb.conf +++ b/etc/cb.conf @@ -9,7 +9,7 @@ ignore_hosts=('localhost') # where should the certificates be requested? ca_host='user@ca.example.com' -# request new key/cert afther this many days +# request new key/cert not before this many days key_min_duration=15 # which user owns the certificates (not root) |