Updated SSL.com CA (markdown)
parent
d48c4a3189
commit
5d4c933959
|
@ -21,13 +21,13 @@ Next:
|
||||||
1. Register an account:
|
1. Register an account:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
acme.sh --register-account -m my@example.com --eab-kid xxxxxx --eab-hmac-key xxxxxxxx
|
acme.sh --server ssl.com --register-account -m my@example.com --eab-kid xxxxxx --eab-hmac-key xxxxxxxx
|
||||||
```
|
```
|
||||||
|
|
||||||
And also register an ECDSA account:
|
And also register an ECDSA account:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
acme.sh --register-account -m my@example.com --eab-kid xxxxxx --eab-hmac-key xxxxxxxx --ecc
|
acme.sh --server ssl.com --register-account -m my@example.com --eab-kid xxxxxx --eab-hmac-key xxxxxxxx --ecc
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Then you can issue certs with `--server` parameter:
|
2. Then you can issue certs with `--server` parameter:
|
||||||
|
|
Loading…
Reference in New Issue