Fixed API manager URL

This commit is contained in:
Erik C. Thauvin 2024-07-30 10:18:20 -07:00
parent 9f5f0c5642
commit 08f7f8d87b
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 4 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# NameSilo Let's Encrypt # NameSilo Let's Encrypt
[![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?style=flat-square)](http://opensource.org/licenses/BSD-3-Clause) [![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?style=flat-square)](https://opensource.org/licenses/BSD-3-Clause)
[![Python 3.4](https://img.shields.io/badge/python-3.4-blue.svg)](https://www.python.org/) [![Python 3.4](https://img.shields.io/badge/python-3.4-blue.svg)](https://www.python.org/)
Python scripts (hook) to automate obtaining [Let's Encrypt](https://letsencrypt.org/) certificates, Python scripts (hook) to automate obtaining [Let's Encrypt](https://letsencrypt.org/) certificates,
@ -17,14 +17,13 @@ pip install tldextract untangle
Download the [latest release](https://github.com/ethauvin/namesilo-letsencrypt/releases) archive and expand it in the desired directory. Download the [latest release](https://github.com/ethauvin/namesilo-letsencrypt/releases) archive and expand it in the desired directory.
## Configuration ## Configuration
Add your [NameSilo API key](https://www.namesilo.com/account_api.php) Add your [NameSilo API key](https://www.namesilo.com/account/api-manager)
to the top of the `config.py` file: to the top of the `config.py` file:
```python ```python
# Get your API Key from: https://www.namesilo.com/account_api.php # Get your API Key from: https://www.namesilo.com/account/api-manager
apikey = "YOUR_API_KEY" apikey = "YOUR_API_KEY"
``` ```

View file

@ -1,4 +1,4 @@
# Get your API Key from: https://www.namesilo.com/account_api.php # Get your API Key from: https://www.namesilo.com/account/api-manager
apikey = "YOUR_API_KEY" apikey = "YOUR_API_KEY"
# Minutes to wait for DNS changes to complete. # Minutes to wait for DNS changes to complete.
wait = 25 wait = 25