Support for MyDevil.net (#2076)

support mydevil
This commit is contained in:
Marcin Konicki
2019-02-20 02:40:36 +01:00
committed by neil
parent b5ca9bbab2
commit 16a0f40ac2
5 changed files with 187 additions and 0 deletions

View File

@ -381,3 +381,13 @@ you want to update:
$ export QINIU_CDN_DOMAIN="cdn.example.com"
$ acme.sh --deploy -d example.com --deploy-hook qiniu
```
## 14. Deploy your cert on MyDevil.net
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
acme.sh --deploy --deploy-hook mydevil -d example.com
```
That will remove old certificate and install new one.