mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-12 19:12:33 +08:00
Created How to use lexicon dns api (markdown)
36
How-to-use-lexicon-dns-api.md
Normal file
36
How-to-use-lexicon-dns-api.md
Normal file
@@ -0,0 +1,36 @@
|
||||
## lexicon is a python tool for a number dns providers.
|
||||
|
||||
As I'm writing this doc, it supports the following dns api:
|
||||
The current supported providers are:
|
||||
|
||||
* Cloudflare
|
||||
* DigitalOcean
|
||||
* DNSimple
|
||||
* DnsMadeEasy
|
||||
* DNSPark
|
||||
* EasyDNS
|
||||
* Namesilo
|
||||
* NS1
|
||||
* PointHQ
|
||||
* Rage4
|
||||
* Vultr
|
||||
|
||||
|
||||
You can check its project page: https://github.com/AnalogJ/lexicon
|
||||
|
||||
You must install `python` and `lexicon` before using it.
|
||||
|
||||
## Examples:
|
||||
### 1. Using lexicon cloudflare api:
|
||||
```
|
||||
export LEXICON_CLOUDFLARE_USERNAME="xxxx@xxx.com"
|
||||
export LEXICON_CLOUDFLARE_TOKEN="XXXXXXXXXXXXXXX"
|
||||
|
||||
acme.sh --issue -d test.acme.sh --dns dns_lexicon
|
||||
```
|
||||
|
||||
|
||||
For more examples, please check lexicon page: https://github.com/AnalogJ/lexicon
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user