note checkpionts
This commit is contained in:
parent
95f6337885
commit
873e8ea89f
|
@ -39,7 +39,8 @@ hsts = False
|
||||||
authenticator = webroot
|
authenticator = webroot
|
||||||
domains = :hostnames #comma,delimited,list
|
domains = :hostnames #comma,delimited,list
|
||||||
rsa_key_size = :rsa_key_size
|
rsa_key_size = :rsa_key_size
|
||||||
checkpoints = 1
|
# starts at 0 and increments at every renewal
|
||||||
|
checkpoints = :checkpoint_count
|
||||||
manual_test_mode = False
|
manual_test_mode = False
|
||||||
apache = False
|
apache = False
|
||||||
cert_path = :cert_path
|
cert_path = :cert_path
|
||||||
|
|
Loading…
Reference in New Issue