From e155a00d36cea569cfbf123b563361d4f4f95269 Mon Sep 17 00:00:00 2001 From: linux-insideDE <39219399+linux-insideDE@users.noreply.github.com> Date: Mon, 14 May 2018 19:17:11 +0200 Subject: [PATCH] Added Netcup to Readme --- dnsapi/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/dnsapi/README.md b/dnsapi/README.md index aa8ae6be..37c3f05f 100644 --- a/dnsapi/README.md +++ b/dnsapi/README.md @@ -864,6 +864,24 @@ acme.sh --issue --dns dns_acmedns -d example.com -d www.example.com The credentials will be saved in `~/.acme.sh/account.conf` and will be reused when needed. +## 47. Use Netcup DNS API to automatically issue cert + +First you need to login to your CCP account to get your API Key and API Password. + +``` +export NC_Apikey="" +export NC_Apipw="" +export NC_CID="" +``` + +Now, let's issue a cert: +``` +acme.sh --issue --dns dns_netcup -d example.com -d www.example.com +``` + +The `NC_Apikey`,`NC_Apipw` and `NC_CID` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. + + # Use custom API If your API is not supported yet, you can write your own DNS API.