Updated wait time to 20 minutes.
This commit is contained in:
parent
97c2f0581f
commit
c0aaaefd11
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# NameSilo Let's Encrypt
|
||||
|
||||
[](http://opensource.org/licenses/BSD-3-Clause)
|
||||
[](https://www.python.org/)
|
||||
[](https://www.python.org/)
|
||||
|
||||
Python scripts (hook) to automate obtaining [Let's Encrypt](https://letsencrypt.org/) certificates,
|
||||
using [Certbot](https://certbot.eff.org/) DNS-01 challenge validation for domains DNS hosted on
|
||||
|
@ -43,6 +43,4 @@ certbot certonly --manual --email you@example.com \
|
|||
-d *.example.com -d example.com
|
||||
</pre>
|
||||
|
||||
Please note that NameSilo DNS propagation takes up to **15 minutes**,
|
||||
so the scripts will wait 20 minutes before completing.
|
||||
|
||||
Please note that NameSilo DNS propagation takes up to **15 minutes**. The scripts will wait **20 minutes** before completing, just to be safe.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue