Store ACME_DIRECTORY into ca.conf
The use case is when one wants to script an account email address change.
Something like:
for ca_conf in <acme.sh_conf_home>/ca/*/ca.conf; do
eval $(grep '^ACME_DIRECTORY=' "$ca_conf")
acme.sh --update-account --config_home <acme.sh_conf_home> --server "$ACME_DIRECTORY" --accountemail <new_email>
done
This commit is contained in:
parent
60e04b9065
commit
94e67b9225
Loading…
Reference in New Issue
Block a user