mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2024-12-26 01:00:10 +08:00
6
SSL.com CA
neil edited this page 2021-06-22 09:17:51 +08:00
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 my@example.com \
--eab-kid xxxxxx --eab-hmac-key xxxxxxxx
And also register an ECDSA account:
acme.sh --register-account --server ssl.com \
-m my@example.com \
--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