Created SSL.com CA (markdown)

neil 2021-06-21 21:21:24 +08:00
parent 363dd03235
commit 07a7308a11

19
SSL.com-CA.md Normal file

@ -0,0 +1,19 @@
SSL.com is providing free 90 days certs.
1. Register an account:
```sh
acme.sh --register-account -m my@example.com --eab-kid xxxxxx --eab-hmac-key xxxxxxxx
```
And also register an ECDSA account:
```sh
acme.sh --register-account -m my@example.com --eab-kid xxxxxx --eab-hmac-key xxxxxxxx --ecc
```