-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
ZeroSSL.com CA
neil edited this page Aug 11, 2020
·
19 revisions
Using ZeroSSL.com CA
https://zerossl.com/letsencrypt-alternative/#acme
-
Get your External Account Binding(EAB) credentials at www.zerossl.com
Register an acccount at www.zerossl.com, and generate you EAB credentials.
-
Register acme account:
acme.sh --register-account --server zerossl \
--eab-kid xxxxxxxxxxxx \
--eab-hmac-key xxxxxxxxx
- Done. You can use Zerossl.com with
--server zerossl
as normal now.
acme.sh --server zerossl \
--issue -d example.com \
--dns dns_cf
- If you don't want to specify
--server zerossl
every time you issue a cert, you can setzerossl
as the default CA:
acme.sh --set-default-ca --server zerossl
Then you can issue any cert from zerossl:
acme.sh --issue -d example.com --dns dns_cf
More details: https://github.com/acmesh-official/acme.sh/wiki/How-to-issue-a-cert
Buy me a beer, Donate to acme.sh if it saves your time. Your donation makes acme.sh better: https://donate.acme.sh/
如果 acme.sh 帮你节省了时间,请考虑赏我一杯啤酒🍺, 捐助: https://donate.acme.sh/ 你的支持将会使得 acme.sh 越来越好. 感谢