From f55cf023f7c99df57b26ecc7b5b34efde40ba201 Mon Sep 17 00:00:00 2001 From: arabezar Date: Sat, 7 Nov 2020 23:47:03 +0300 Subject: [PATCH] Updated dnsapi (markdown) --- dnsapi.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/dnsapi.md b/dnsapi.md index d375845..d4e7a53 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -2505,6 +2505,17 @@ acme.sh --issue --dns dns_anx -d example.com -d www.example.com ``` Please report any issue to https://github.com/acmesh-official/acme.sh/issues/3238 +## 122. Use Synology DSM Synology DNS Server API +To issue a cert: + + ./acme.sh --issue --dns dns_synology_dsm -d example.com -d www.example.com +To issue a wildcard cert: + + ./acme.sh --issue --dns dns_synology_dsm -d example.com -d *.example.com +You can find more details [here](https://github.com/arabezar/acme.sh/wiki) + +Please report any issue [here](https://github.com/acmesh-official/acme.sh/issues/3248) + # Use custom API If your API is not supported yet, you can write your own DNS API.