You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
266 B
INI
13 lines
266 B
INI
4 years ago
|
# Accept service terms
|
||
|
agree-tos
|
||
|
|
||
|
# Default RSA key size
|
||
|
rsa-key-size = {{ acme_rsa_key_size }}
|
||
|
|
||
|
# E-Mail Address for registration
|
||
|
email = {{ acme_account_mail }}
|
||
|
|
||
|
# Use webroot per default
|
||
|
authenticator = webroot
|
||
|
webroot-path = {{ acme_validation_root_directory }}
|