packages/net/acme-common/files/acme.config
Glen Huang b907223d57 acme: deprecate state_dir
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>
2022-12-14 21:15:52 +08:00

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