From 94aa40f8489f5253848b26138809ceb563fa47bc Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Tue, 30 Apr 2019 16:29:58 -0700 Subject: [PATCH] Added download instruction, fixed certbot example. --- README.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index b65f8b4..e878699 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ The scripts use the [untangle](https://untangle.readthedocs.io/en/latest/) libra pip install untangle ``` +Download the [latest release](https://github.com/ethauvin/namesilo-letsencrypt/releases) archive and expand it in the desired directory. + + ## Configuration Add your [NameSilo API key](https://www.namesilo.com/account_api.php) @@ -29,7 +32,7 @@ Alternatively, the API key can be set in the `NAMESILO_API` environment variable ## Using with Certbot -To issue a new certificate using the hook scripts, try something like: +To issue or renew a certificate using the hook scripts, try something like:
 certbot certonly --manual --email you@example.com \
@@ -40,17 +43,6 @@ certbot certonly --manual --email you@example.com \
 -d *.example.com -d example.com
 
-Or to renew an existing certificate: - -
-certbot renew --manual --email you@example.com \
---agree-tos --manual-public-ip-logging-ok \
---preferred-challenges=dns \
---manual-auth-hook /path/to/authenticator.py \
---manual-cleanup-hook /path/to/cleanup.py \
--d *.example.com -d example.com
-
- Please note that NameSilo DNS propagation takes up to **15 minutes**, so the scripts will wait 16 minutes before completing.