docs: update MyDEvil.net interlinks

This commit is contained in:
ahwayakchih 2019-02-03 16:22:03 +01:00
parent b07ef223ee
commit eea3a3c555
2 changed files with 3 additions and 3 deletions

View File

@ -382,9 +382,9 @@ $ export QINIU_CDN_DOMAIN="cdn.example.com"
$ acme.sh --deploy -d example.com --deploy-hook qiniu $ acme.sh --deploy -d example.com --deploy-hook qiniu
``` ```
## 14. Deploy your certificate on MyDevil.net ## 14. Deploy your cert on MyDevil.net
Once you have acme.sh installed and certificate issued (see info in [DNS API](../dnsapi/README.md)), you can install it by following command: Once you have acme.sh installed and certificate issued (see info in [DNS API](../dnsapi/README.md#61-use-mydevilnet)), you can install it by following command:
```sh ```sh
acme.sh --deploy --deploy-hook mydevil -d example.com acme.sh --deploy --deploy-hook mydevil -d example.com

View File

@ -1194,7 +1194,7 @@ To issue a new certificate, run:
acme.sh --issue --dns dns_mydevil -d example.com -d *.example.com acme.sh --issue --dns dns_mydevil -d example.com -d *.example.com
``` ```
After certificate is ready, you can install it with [deploy command](../deploy/README.md). After certificate is ready, you can install it with [deploy command](../deploy/README.md#14-deploy-your-cert-on-mydevilnet).
# Use custom API # Use custom API