Updated dnsapi2 (markdown)

master
SahAssar 2022-09-12 17:45:45 +02:00
parent e097e100b9
commit 5c19335e06
1 changed files with 21 additions and 0 deletions

@ -1559,6 +1559,27 @@ export SELFHOSTDNS_MAP="_acme-challenge.example.com:12345:98765 alias.example.co
acme.sh --issue -d example.com --dns dns_selfhost acme.sh --issue -d example.com --dns dns_selfhost
``` ```
## 152. Use rage4 DNS API
Use your credentials
```sh
export RAGE4_TOKEN="example-token"
export RAGE4_USERNAME="example@user.local"
```
To issue a cert, run command:
```sh
./acme.sh --issue --dns dns_rage4 -d example.com
```
To issue a wildcard certificate, run command:
```sh
./acme.sh --issue --dns dns_rage4 -d example.com -d *.example.com
```
# ################## # ##################
# Use custom API # Use custom API