acme.sh
acme.sh copied to clipboard
export of ZeroSSL keys
Is it normal to need to export these in order to get certs from ZeroSSL? Even after performing a EAB registration on the command line with the same variables? It's the only way I could get it to work.
export ACCOUNT_EMAIL="[email protected]" export CA_EAB_HMAC_KEY="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" export CA_EAB_KEY_ID="xxxxxxxxxxxxxxxxxxxxxxxxxxx" export CA_EMAIL="[email protected]"
Please upgrade to the latest code and try again first. Maybe it's already fixed. acme.sh --upgrade
If it's still not working, please provide the log with --debug 2
, otherwise, nobody can help you.
Already upgraded. And depending on the answer to this question, I can pull the debug.
Anyone know how to set these ZeroSSL variables in a docker compose file? The obvious don't seem to be working.