Created SSL.com CA (markdown)
parent
363dd03235
commit
07a7308a11
|
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue