Updated dnsapi (markdown)
parent
03e2926429
commit
90f24d4f03
16
dnsapi.md
16
dnsapi.md
|
@ -2149,6 +2149,22 @@ If you find any bugs, please report here:
|
||||||
https://github.com/JTrotta/acme.sh/issues
|
https://github.com/JTrotta/acme.sh/issues
|
||||||
|
|
||||||
|
|
||||||
|
## 106. Use TransIP domain API:
|
||||||
|
|
||||||
|
### Using the access token
|
||||||
|
First you need to login to your TransIP account to get your [API key](https://www.transip.nl/cp/account/api/).
|
||||||
|
```
|
||||||
|
export TRANSIP_Token="ey..."
|
||||||
|
export TRANSIP_DomainName="domain.com"
|
||||||
|
```
|
||||||
|
|
||||||
|
Your access token has limited lifespan (max 1 month), so make sure it is valid.
|
||||||
|
Obtaining a new access token is not supported (yet).
|
||||||
|
|
||||||
|
If you find any bugs, please report here:
|
||||||
|
https://github.com/biker-ruud/acme.sh/issues
|
||||||
|
|
||||||
|
|
||||||
# Use custom API
|
# Use custom API
|
||||||
|
|
||||||
If your API is not supported yet, you can write your own DNS API.
|
If your API is not supported yet, you can write your own DNS API.
|
||||||
|
|
Loading…
Reference in New Issue