Added namesilo example.

master
Tarak'ha 2016-06-13 20:50:42 -04:00
parent 3316f02185
commit 9149cfbb7f
1 changed files with 11 additions and 0 deletions

@ -30,6 +30,17 @@ export LEXICON_CLOUDFLARE_TOKEN="XXXXXXXXXXXXXXX"
acme.sh --issue -d test.acme.sh --dns dns_lexicon
```
### 2. Using lexicon namesilo api:
[Namesilo](https://www.namesilo.com/) applies any submitted changes to DNS records **every 15 minutes**. To make sure verification aligns with propagation, `--dnssleep` must be set for **16 minutes (960 seconds)**. You may generate a new API key (namesilo-api-token) at the [api manager](https://www.namesilo.com/account_api.php) under *Account Options* after logging in.
```
export PROVIDER=namesilo
export LEXICON_NAMESILO_TOKEN="namesilo-api-token"
acme.sh --issue -d test.acme.sh --dns dns_lexicon --dnssleep 960
```
For more examples, please check lexicon page: https://github.com/AnalogJ/lexicon