-
-
Notifications
You must be signed in to change notification settings - Fork 5k
SSL.com CA
neil edited this page Jun 22, 2021
·
6 revisions
SSL.com is providing free 90 days certs.
The cert can only contain one domain and its www
sub domain.
No wildcard certs.
acme.sh --server ssl.com --issue -d example.com -d www.example.com ........
Please register a free account at www.ssl.com, and then get your EAB Credentials:
https://www.ssl.com/guide/ssl-tls-certificate-issuance-and-revocation-with-acme/#ftoc-heading-2
Next:
- Register an account:
acme.sh --register-account --server ssl.com \
-m [email protected] \
--eab-kid xxxxxx --eab-hmac-key xxxxxxxx
And also register an ECDSA account:
acme.sh --register-account --server ssl.com \
-m [email protected] \
--eab-kid xxxxxx --eab-hmac-key xxxxxxxx --ecc
- Then you can issue certs with
--server
parameter:
acme.sh --issue -d example.com --dns dns_cf --server ssl.com
Or, issue an ECDSA cert:
acme.sh --issue -d example.com --dns dns_cf --server ssl.com -k ec-256
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 越来越好. 感谢