From e82aee8411b752c9bed6f04403653b11b7f9303d Mon Sep 17 00:00:00 2001 From: woutd Date: Sat, 8 Feb 2020 12:35:06 +0100 Subject: [PATCH] Add Contellix dnsapi --- dnsapi.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/dnsapi.md b/dnsapi.md index db16817..aef2870 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -2002,6 +2002,21 @@ acme.sh --issue --dns dns_kas -d example.com -d www.example.com ``` The `KAS_Login`, `KAS_Authtype` and `KAS_Authdata` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. +## 99. Use Constellix domain API + +Get your API credentials at https://manage.constellix.com/users + +``` +export CONSTELLIX_Key="XXX" +export CONSTELLIX_Secret="XXX" +``` + +To issue a cert: +``` +acme.sh --issue --dns dns_constellix -d example.com -d www.example.com +``` + +The `CONSTELLIX_Key` and `CONSTELLIX_Secret` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. -----------------------------------