Updated How to issue a cert (markdown)

master
neil 2022-08-15 11:18:09 +08:00
parent 74ea8a6b43
commit 3eaae1c131
1 changed files with 3 additions and 3 deletions

@ -49,15 +49,15 @@ export CF_Email="xxxx@sss.com"
acme.sh --issue -d example.com --dns dns_cf acme.sh --issue -d example.com --dns dns_cf
``` ```
How to use dns api: https://github.com/Neilpang/acme.sh/tree/master/dnsapi How to use dns api: https://github.com/acmesh-official/acme.sh/wiki/dnsapi
#### 5) DNS manual mode: #### 5) DNS manual mode:
See: https://github.com/Neilpang/acme.sh/wiki/DNS-manual-mode See: https://github.com/acmesh-official/acme.sh/wiki/DNS-manual-mode
#### 6) DNS alias mode: #### 6) DNS alias mode:
See: https://github.com/Neilpang/acme.sh/wiki/DNS-alias-mode See: https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode
#### 7) Apache mode: #### 7) Apache mode: