From bda8171a47754511c2ad76558037f89be1d55043 Mon Sep 17 00:00:00 2001 From: PLANTROON Date: Fri, 3 May 2019 15:58:50 +0200 Subject: [PATCH] Added the acme.sh --issue command for nsd for consistency --- dnsapi.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dnsapi.md b/dnsapi.md index 559f02f..4d1243c 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -1443,9 +1443,13 @@ or directly: ``` export Nsd_Command="sudo nsd-control reload example.com" ``` - The variables are saved per-domain, not per-account. +To issue a new certificate, run: +``` +acme.sh --issue --dns dns_nsd -d example.com -d *.example.com +``` + ## 76. Use Schlundtech [Schlundtech](https://www.schlundtech.de/) offers an [xml api](https://www.schlundtech.de/services/xml-gateway/) with your standard login credentials, set them like so: