acme: deprecate state_dir
authorGlen Huang <i@glenhuang.com>
Sun, 11 Dec 2022 05:25:00 +0000 (13:25 +0800)
committerGlen Huang <i@glenhuang.com>
Wed, 14 Dec 2022 13:15:52 +0000 (21:15 +0800)
commitb907223d57765d49858c2fb1bd6e0b0f4222db0e
treee4b78c956585ec7e74c7f71ee7c1827dd619ce9a
parentdd7e606f17702edbc3a71841b71478acf25b4674
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>
net/acme-common/Makefile
net/acme-common/files/acme.config
net/acme-common/files/acme.sh