2019-09-29 14:33:56 +00:00
|
|
|
config acme
|
|
|
|
option state_dir '/etc/acme'
|
|
|
|
option account_email 'email@example.org'
|
|
|
|
option debug 0
|
|
|
|
|
|
|
|
config cert 'example'
|
|
|
|
option enabled 0
|
|
|
|
option use_staging 1
|
|
|
|
option keylength 2048
|
|
|
|
option update_uhttpd 1
|
|
|
|
option update_nginx 1
|
|
|
|
option update_haproxy 1
|
|
|
|
option webroot "/www/.well-known/acme-challenge"
|
2020-04-18 19:58:42 +00:00
|
|
|
# option user_setup "path-to-custom-setup.script"
|
|
|
|
# option user_cleanup "path-to-custom-cleanup.script"
|
2019-09-29 14:33:56 +00:00
|
|
|
list domains example.org
|