acme.sh icon indicating copy to clipboard operation
acme.sh copied to clipboard

export of ZeroSSL keys

Open cirrusflyer opened this issue 1 year ago • 3 comments

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]"

cirrusflyer avatar Nov 24 '23 02:11 cirrusflyer

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.

github-actions[bot] avatar Nov 24 '23 02:11 github-actions[bot]

Already upgraded. And depending on the answer to this question, I can pull the debug.

cirrusflyer avatar Nov 24 '23 02:11 cirrusflyer

Anyone know how to set these ZeroSSL variables in a docker compose file? The obvious don't seem to be working.

Stunt0265 avatar Nov 25 '23 17:11 Stunt0265