From 3eaae1c13160c7bbe38b4b4d09ecf9f2bc5e0284 Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 15 Aug 2022 11:18:09 +0800 Subject: [PATCH] Updated How to issue a cert (markdown) --- How-to-issue-a-cert.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/How-to-issue-a-cert.md b/How-to-issue-a-cert.md index 7d639e7..b747867 100644 --- a/How-to-issue-a-cert.md +++ b/How-to-issue-a-cert.md @@ -49,15 +49,15 @@ export CF_Email="xxxx@sss.com" 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: -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: -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: