From 01146bf9046d5ab85f029253f2b457e7b680e588 Mon Sep 17 00:00:00 2001 From: MeganerdNL Date: Mon, 21 Feb 2022 17:20:40 +0100 Subject: [PATCH] added --dnssleep 300 to TransIP example issue command --- dnsapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsapi.md b/dnsapi.md index 4296d1f..b960c8e 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -2214,7 +2214,7 @@ This script will create a new access token with a default lifetime of 30 minutes To issue a cert: ``` -acme.sh --issue --dns dns_transip -d example.com -d www.example.com +acme.sh --issue --dns dns_transip --dnssleep 300 -d example.com -d www.example.com ``` ## 107. Use dyndnsfree.de API