Updated SSL.com CA (markdown)
parent
5d4c933959
commit
c34ab6b797
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue