Cleanup.
This commit is contained in:
parent
e0fc2e71fa
commit
94caed2d98
3 changed files with 13 additions and 17 deletions
|
@ -9,12 +9,10 @@ using [Certbot](https://certbot.eff.org/) DNS-01 challenge validation for domain
|
|||
|
||||
## Setup
|
||||
|
||||
The scripts use the [untangle](https://untangle.readthedocs.io/en/latest/) and tldextract libraries, if not already installed on your system:
|
||||
The scripts use the [tldextract](https://github.com/john-kurkowski/tldextract) and [untangle](https://untangle.readthedocs.io/en/latest/) libraries, if not already installed on your system:
|
||||
|
||||
```
|
||||
pip install untangle
|
||||
|
||||
pip install tldextract
|
||||
pip install tldextract untangle
|
||||
```
|
||||
|
||||
Download the [latest release](https://github.com/ethauvin/namesilo-letsencrypt/releases) archive and expand it in the desired directory.
|
||||
|
@ -46,4 +44,3 @@ certbot certonly --manual --email you@example.com \
|
|||
</pre>
|
||||
|
||||
Please note that NameSilo DNS propagation takes up to **15 minutes**. The scripts will wait **20 minutes** before completing, just to be safe.
|
||||
q
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue