From 368d4e38ebf872808ea37e9f9ea1efb19fc48c41 Mon Sep 17 00:00:00 2001 From: Van Hau TRAN Date: Mon, 7 Dec 2020 00:47:49 +0100 Subject: [PATCH] this is to add Scaleway provider --- dnsapi.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/dnsapi.md b/dnsapi.md index 54664bd..f85d66e 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -2589,6 +2589,20 @@ For more details, please check our sample script: [dns_myapi.sh](https://github. See: [DNS API Dev Guide](https://github.com/Neilpang/acme.sh/wiki/DNS-API-Dev-Guide) +## 126. Use Scaleway API + +First, you'll need to retrieve your [Api Key](https://www.scaleway.com/en/docs/generate-api-keys/) + +``` +export SCALEWAY_API_TOKEN='xxx' +``` + +To issue a cert run: + +``` +acme.sh --issue --dns dns_scaleway -d example.com -d www.example.com +``` + ----------------------------------- **More APIs coming soon...**