diff --git a/.idea/namesilo-letsencrypt.iml b/.idea/namesilo-letsencrypt.iml index 01981e5..ddc01a4 100644 --- a/.idea/namesilo-letsencrypt.iml +++ b/.idea/namesilo-letsencrypt.iml @@ -7,7 +7,7 @@ - + \ No newline at end of file diff --git a/README.md b/README.md index d24deae..7891295 100644 --- a/README.md +++ b/README.md @@ -43,4 +43,4 @@ certbot certonly --manual --email you@example.com \ -d *.example.com -d example.com -Please note that NameSilo DNS propagation takes up to **15 minutes**. The scripts will wait **20 minutes** before completing, just to be safe. +Please note that NameSilo DNS propagation takes up to **15 minutes**. The scripts will wait **25 minutes** before completing, just to be safe. diff --git a/authenticator.py b/authenticator.py index 08c5ac9..510aa1f 100755 --- a/authenticator.py +++ b/authenticator.py @@ -46,7 +46,6 @@ from config import apikey, wait def sleep(minutes): if minutes < 16: minutes = 16 - print("Waiting", minutes, "minutes for DNS changes to complete...") time.sleep(minutes * 60) diff --git a/config.py b/config.py index 8679450..e12c194 100644 --- a/config.py +++ b/config.py @@ -1,4 +1,4 @@ # Get your API Key from: https://www.namesilo.com/account_api.php apikey = "YOUR_API_KEY" # Minutes to wait for DNS changes to complete. -wait = 20 +wait = 25