From adca0241b43870294aef40ee5cb78722e8bc13bf Mon Sep 17 00:00:00 2001 From: neil Date: Thu, 25 Aug 2016 11:01:10 +0800 Subject: [PATCH] Updated How to use OVH domain api (markdown) --- How-to-use-OVH-domain-api.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/How-to-use-OVH-domain-api.md b/How-to-use-OVH-domain-api.md index af1694fa..c919157e 100644 --- a/How-to-use-OVH-domain-api.md +++ b/How-to-use-OVH-domain-api.md @@ -51,3 +51,34 @@ Done. +## 5. OVH api support OVH, kimsufi, soyoustart and runabove. +The default is using ovh-eu region. + +if you are using ovh-ca region, please specify the region in the first step: + +``` +export OVH_END_POINT=ovh-ca + +export OVH_AK="your application key" + +export OVH_AS="your application secret" + +acme.sh --issue -d mydomain.com --dns dns_ovh + +``` + + +All the supported regions: +``` +#'ovh-eu' (default) +#'ovh-ca': +#'kimsufi-eu' +#'kimsufi-ca' +#'soyoustart-eu' +#'soyoustart-ca' +#'runabove-ca' +``` + + + +