make the role indempotant with cert renewal

This commit is contained in:
Jean-Marie Mineau 2021-09-11 16:39:42 +02:00
parent ce8496040a
commit 0a3b7bf590
No known key found for this signature in database
GPG key ID: 67486F107F62E9E9
2 changed files with 27 additions and 11 deletions

View file

@ -3,3 +3,5 @@ key_usage:
- digitalSignature
- keyEncipherment
validity_duration: "+365d"
time_before_expiration_for_renewal: "+30d" # need a better name
force_renewal: no