Browse Source
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
pull/2971/head
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue