Add TransIP provider usage
parent
887301908e
commit
4185335e03
|
@ -13,6 +13,7 @@ The current supported providers are:
|
||||||
* NS1
|
* NS1
|
||||||
* PointHQ
|
* PointHQ
|
||||||
* Rage4
|
* Rage4
|
||||||
|
* TransIP
|
||||||
* Vultr
|
* Vultr
|
||||||
|
|
||||||
|
|
||||||
|
@ -41,6 +42,14 @@ export LEXICON_NAMESILO_TOKEN="namesilo-api-token"
|
||||||
acme.sh --issue -d test.acme.sh --dns dns_lexicon --dnssleep 960
|
acme.sh --issue -d test.acme.sh --dns dns_lexicon --dnssleep 960
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### 3. Using lexicon TransIP api:
|
||||||
|
```
|
||||||
|
export PROVIDER=TRANSIP
|
||||||
|
export LEXICON_TRANSIP_USERNAME="username"
|
||||||
|
export LEXICON_TRANSIP_API_KEY="/path/to/file.key"
|
||||||
|
|
||||||
|
acme.sh --issue -d test.acme.sh --dns dns_lexicon
|
||||||
|
```
|
||||||
|
|
||||||
For more examples, please check lexicon page: https://github.com/AnalogJ/lexicon
|
For more examples, please check lexicon page: https://github.com/AnalogJ/lexicon
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue