mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-09 16:42:10 +08:00
Updated SSL.com CA (markdown)
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user