mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-11 10:22:23 +08:00
Updated Actalis.com CA (markdown)
@@ -1 +1,28 @@
|
||||
Unlimited single domain DV certs.
|
||||
SSL.com is providing free 90 day certs.
|
||||
|
||||
The cert can only contain one domain and its `www` sub domain unless you have a paid account.
|
||||
|
||||
No wildcard certs.
|
||||
|
||||
```
|
||||
acme.sh --server actalis.com --issue -d example.com -d www.example.com ........
|
||||
```
|
||||
|
||||
Please register a free account at [www.actalis.com](https://www.actalis.com/), and then get your EAB Credentials:
|
||||
|
||||
https://guide.actalis.com/ssl/activation/acme
|
||||
|
||||
Next:
|
||||
|
||||
1. Register an account:
|
||||
|
||||
```sh
|
||||
acme.sh --register-account --server actalis.com \
|
||||
--eab-kid xxxxxx --eab-hmac-key xxxxxxxx
|
||||
```
|
||||
2. Then you can issue certs with `--server` parameter:
|
||||
|
||||
```sh
|
||||
acme.sh --issue -d example.com -d www.example.com --dns dns_cf --server actalis.com
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user