Updated SSL.com CA (markdown)

neil 2021-06-22 09:17:51 +08:00
parent 5d4c933959
commit c34ab6b797
1 changed files with 6 additions and 2 deletions

@ -21,13 +21,17 @@ Next:
1. Register an account:
```sh
acme.sh --server ssl.com --register-account -m my@example.com --eab-kid xxxxxx --eab-hmac-key xxxxxxxx
acme.sh --register-account --server ssl.com \
-m my@example.com \
--eab-kid xxxxxx --eab-hmac-key xxxxxxxx
```
And also register an ECDSA account:
```sh
acme.sh --server ssl.com --register-account -m my@example.com --eab-kid xxxxxx --eab-hmac-key xxxxxxxx --ecc
acme.sh --register-account --server ssl.com \
-m my@example.com \
--eab-kid xxxxxx --eab-hmac-key xxxxxxxx --ecc
```
2. Then you can issue certs with `--server` parameter: