From b6af3f33b30897a733d1e5c5d8e0e0915cee122f Mon Sep 17 00:00:00 2001 From: somanos Date: Mon, 12 Jun 2023 19:24:25 +0200 Subject: [PATCH] Updated How to use OVH domain api (markdown) --- How-to-use-OVH-domain-api.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/How-to-use-OVH-domain-api.md b/How-to-use-OVH-domain-api.md index 5686514..add2c16 100644 --- a/How-to-use-OVH-domain-api.md +++ b/How-to-use-OVH-domain-api.md @@ -4,9 +4,8 @@ ### Option 1 https://eu.api.ovh.com/createApp/ Then wait for acme.sh to output the validation required to create the consumer key -### Option 2 -## 2. Set api key and api secret. +### Option 2 https://www.ovh.com/auth/api/createToken And use this settings * GET /auth/time @@ -18,6 +17,8 @@ And use this settings * PUT /domain/zone/*/record/* * DELETE /domain/zone/*/record/* +## 2. Set api key and api secret. + ``` # application key export OVH_AK="your application key"