Fixed API manager URL
This commit is contained in:
parent
9f5f0c5642
commit
08f7f8d87b
2 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# NameSilo Let's Encrypt
|
||||
|
||||
[](http://opensource.org/licenses/BSD-3-Clause)
|
||||
[](https://opensource.org/licenses/BSD-3-Clause)
|
||||
[](https://www.python.org/)
|
||||
|
||||
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.
|
||||
|
||||
|
||||
## 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:
|
||||
|
||||
```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"
|
||||
```
|
||||
|
||||
|
|
|
@ -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"
|
||||
# Minutes to wait for DNS changes to complete.
|
||||
wait = 25
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue