Skip to content

Commit

Permalink
Added setup section.
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Apr 30, 2019
1 parent 6d08aef commit daa7f1d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@ Python scripts (hook) to automate obtaining [Let's Encrypt](https://letsencrypt.
using [Certbot](https://certbot.eff.org/) DNS-01 challenge validation for domains DNS hosted on
[NameSilo](https://www.namesilo.com/).

## Setup

The scrips use the [untangle](https://untangle.readthedocs.io/en/latest/) library, if not already installed on your system:

```
pip install untangle
```

## Configuration

Add you [NameSilo API key](https://www.namesilo.com/account_api.php)
Add your [NameSilo API key](https://www.namesilo.com/account_api.php)
to the top of the `config.py` file:

```python
Expand Down

0 comments on commit daa7f1d

Please sign in to comment.