curl https://get.acme.sh | sh -s email=<your@email.com>
Restart terminal, then set env for acme.sh
# Use global keyexport CF_Key="<you-cf-global-key>"export CF_Email="<your@email.com>"# Use dns key## Single domain zone### You can find it at domain zone overview pageexport CF_Zone_ID="<you-cf-domain-zone-id>"## All domain zone### You can find it at any zone overview pageexport CF_Account_ID="<you-cf-domain-zone-id>"## DNS tokenexport CF_Token="<you-cf-dns-token>"# Register accountacme.sh --register-account -m <your@email.com>