From 7ed5524e80f6edbbd78829a2fbca950ac1da02fa Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Thu, 21 Mar 2019 13:07:53 +0100 Subject: [PATCH] Add OpenProvider --- dnsapi.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/dnsapi.md b/dnsapi.md index 4b816b2..7a2d7a7 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -1364,6 +1364,19 @@ To issue a certificate run: acme.sh --issue --dns dns_desec -d foobar.dedyn.io -d *.foobar.dedyn.io ``` +## 72. Use OpenProvider API + +First, you need to enable API access and retrieve your password hash on https://rcp.openprovider.eu/account/dashboard.php + +``` +export OPENPROVIDER_USER='username' +export OPENPROVIDER_PASSWORDHASH='xxx' + +acme.sh --issue --dns dns_openprovider -d example.com -d www.example.com +``` + +`OPENPROVIDER_USER` and `OPENPROVIDER_PASSWORDHASH` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. + --------------------------------- # Use custom API