state_dir is actually a hardcoded value in conffiles. Allowing users to customize it could result in losing certificates after upgrading if they don't also specify the dir as being preserved. We shouldn't default to this dangerous behavior. With the new ACME package, certificates live in the standard location /etc/ssl/acme, users who need to do certificate customizations should look for them in that dir instead. Signed-off-by: Glen Huang <i@glenhuang.com>
21 lines
532 B
Text
21 lines
532 B
Text
config acme
|
|
option account_email 'email@example.org'
|
|
option debug 0
|
|
|
|
config cert 'example_wildcard'
|
|
option enabled 0
|
|
option staging 1
|
|
list domains example.org
|
|
list domains sub.example.org
|
|
list domains *.sub.example.org
|
|
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"
|
|
|
|
config cert 'example'
|
|
option enabled 0
|
|
option staging 1
|
|
list domains example.org
|
|
list domains sub.example.org
|