2016-08-05 18:15:23 +00:00
|
|
|
config acme
|
2020-08-05 09:01:09 +00:00
|
|
|
option state_dir '/etc/acme'
|
|
|
|
option account_email 'email@example.org'
|
|
|
|
option debug 0
|
2016-08-05 15:26:25 +00:00
|
|
|
|
2020-05-09 04:53:25 +00:00
|
|
|
config cert 'example_wildcard'
|
2020-08-05 09:01:09 +00:00
|
|
|
option enabled 0
|
|
|
|
option use_staging 1
|
|
|
|
option keylength 2048
|
|
|
|
option update_uhttpd 1
|
|
|
|
option update_nginx 1
|
2021-08-31 10:30:52 +00:00
|
|
|
option update_haproxy 0
|
2020-08-05 09:01:09 +00:00
|
|
|
list domains example.org
|
|
|
|
list domains sub.example.org
|
|
|
|
list domains *.sub.example.org
|
|
|
|
# option user_setup "path-to-custom-setup.script"
|
|
|
|
# option user_cleanup "path-to-custom-cleanup.script"
|
|
|
|
option dns "dns_freedns"
|
|
|
|
list credentials 'FREEDNS_User="ssladmin@example.org"'
|
|
|
|
list credentials 'FREEDNS_Password="1234"'
|
|
|
|
option calias "example.com"
|
|
|
|
option dalias "dalias.example.com"
|
2020-05-09 04:53:25 +00:00
|
|
|
|
2016-08-05 15:26:25 +00:00
|
|
|
config cert 'example'
|
2020-08-05 09:01:09 +00:00
|
|
|
option enabled 0
|
|
|
|
option use_staging 1
|
|
|
|
option keylength 2048
|
|
|
|
option update_uhttpd 1
|
|
|
|
option update_nginx 1
|
2021-08-31 10:30:52 +00:00
|
|
|
option update_haproxy 0
|
2020-08-05 09:01:09 +00:00
|
|
|
list domains example.org
|
|
|
|
list domains sub.example.org
|
|
|
|
option webroot ""
|
|
|
|
# option user_setup "path-to-custom-setup.script"
|
|
|
|
# option user_cleanup "path-to-custom-cleanup.script"
|