mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-03-14 16:10:09 +08:00
Updated dnsapi (markdown)
parent
0b4d519d15
commit
3a4cfac684
@ -2254,10 +2254,14 @@ export KAPPERNETDNS_Secret="yourKAPPERNETapisecret"
|
||||
```
|
||||
|
||||
You can start the acme.sh with following parameters for testing
|
||||
|
||||
```
|
||||
acme.sh --issue --dns dns_kappernet -d <example.com> --debug --tes
|
||||
acme.sh --issue --dns dns_kappernet -d <example.com>
|
||||
|
||||
or for a wildcertificate
|
||||
acme.sh --issue --dns dns_kappernet -d <example.com> -d *.<example.com> --debug --test
|
||||
|
||||
acme.sh --issue --dns dns_kappernet -d <example.com> -d *.<example.com>
|
||||
|
||||
```
|
||||
Please replace "<example.com>" with the name of the domain you wish to create a certificate for.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user