Added DNS Restena.
parent
aa0f90ab93
commit
62cf01ac85
16
dnsapi2.md
16
dnsapi2.md
|
@ -108,6 +108,7 @@
|
||||||
- [184. Use EfficienIP DNS API](#dns_efficientip)
|
- [184. Use EfficienIP DNS API](#dns_efficientip)
|
||||||
- [185. Use WEXBO DNS API](#dns_wexbo)
|
- [185. Use WEXBO DNS API](#dns_wexbo)
|
||||||
- [186. Use Wärner Technologie Services DNS-API](#dns_wts)
|
- [186. Use Wärner Technologie Services DNS-API](#dns_wts)
|
||||||
|
- [187. Use RESTENA DNS API](#dns_restena)
|
||||||
- [Use custom API](#dns_myapi)
|
- [Use custom API](#dns_myapi)
|
||||||
- [Use lexicon DNS API](#dns_lexicon)
|
- [Use lexicon DNS API](#dns_lexicon)
|
||||||
|
|
||||||
|
@ -2763,6 +2764,21 @@ To issue a cert, run command:
|
||||||
|
|
||||||
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/4419)
|
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/4419)
|
||||||
|
|
||||||
|
## 187. Use RESTENA DNS API
|
||||||
|
|
||||||
|
Contact RESTENA Luxembourg to get an API key.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
export RESTENA_TOKEN="your_api_token"
|
||||||
|
export RESTENA_ZONE="your_zone.lu"
|
||||||
|
```
|
||||||
|
|
||||||
|
To issue a cert, run command:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
acme.sh --issue -d example.lu --dns dns_restena
|
||||||
|
```
|
||||||
|
|
||||||
<a name="dns_myapi"/>
|
<a name="dns_myapi"/>
|
||||||
|
|
||||||
## Use custom API
|
## Use custom API
|
||||||
|
|
Loading…
Reference in New Issue