mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-18 07:02:13 +08:00
Updated dnsapi (markdown)
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
|
||||
|
||||
|
||||
## 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
|
||||
|
||||
If your API is not supported yet, you can write your own DNS API.
|
||||
|
||||
Reference in New Issue
Block a user