From 5c19335e0624f72c62641f1c3f1c2f247317d4aa Mon Sep 17 00:00:00 2001 From: SahAssar Date: Mon, 12 Sep 2022 17:45:45 +0200 Subject: [PATCH] Updated dnsapi2 (markdown) --- dnsapi2.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dnsapi2.md b/dnsapi2.md index e677bc3..446f7d7 100644 --- a/dnsapi2.md +++ b/dnsapi2.md @@ -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 ``` +## 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