From dd7a1390ccdf6a265127bcf31ccf1d8dd8b067e5 Mon Sep 17 00:00:00 2001 From: Frank Laszlo Date: Thu, 23 Aug 2018 13:09:43 -0400 Subject: [PATCH] update timeout --- dnsapi/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dnsapi/README.md b/dnsapi/README.md index f51ec3f0..b9fb1fc6 100644 --- a/dnsapi/README.md +++ b/dnsapi/README.md @@ -907,10 +907,10 @@ Once you have a token, set it in your systems environment: export NEXCESS_API_TOKEN="YOUR_TOKEN_HERE" ``` -Finally, we'll issue the certificate: (Nexcess DNS publishes at max every 15 minutes, we recommend setting a 1200 second `--dnssleep`) +Finally, we'll issue the certificate: (Nexcess DNS publishes at max every 15 minutes, we recommend setting a 900 second `--dnssleep`) ``` -acme.sh --issue --dns dns_nexcess -d example.com --dnssleep 1200 +acme.sh --issue --dns dns_nexcess -d example.com --dnssleep 900 ``` The `NEXCESS_API_TOKEN will be saved in `~/.acme.sh/account.conf` and will be reused when needed. @@ -924,10 +924,10 @@ Once you have a token, set it in your systems environment: export THERMO_API_TOKEN="YOUR_TOKEN_HERE" ``` -Finally, we'll issue the certificate: (Thermo DNS publishes at max every 15 minutes, we recommend setting a 1200 second `--dnssleep`) +Finally, we'll issue the certificate: (Thermo DNS publishes at max every 15 minutes, we recommend setting a 900 second `--dnssleep`) ``` -acme.sh --issue --dns dns_thermo -d example.com --dnssleep 1200 +acme.sh --issue --dns dns_thermo -d example.com --dnssleep 900 ``` The `THERMO_API_TOKEN will be saved in `~/.acme.sh/account.conf` and will be reused when needed. @@ -941,10 +941,10 @@ Once you have a token, set it in your systems environment: export FH_API_TOKEN="YOUR_TOKEN_HERE" ``` -Finally, we'll issue the certificate: (Futurehosting DNS publishes at max every 15 minutes, we recommend setting a 1200 second `--dnssleep`) +Finally, we'll issue the certificate: (Futurehosting DNS publishes at max every 15 minutes, we recommend setting a 900 second `--dnssleep`) ``` -acme.sh --issue --dns dns_fh -d example.com --dnssleep 1200 +acme.sh --issue --dns dns_fh -d example.com --dnssleep 900 ``` The `FH_API_TOKEN will be saved in `~/.acme.sh/account.conf` and will be reused when needed.