Updated How to use OVH domain api (markdown)
parent
5da12f9ca2
commit
8bd73dcfce
|
@ -1,9 +1,22 @@
|
||||||
# Quick Start
|
# Quick Start
|
||||||
|
|
||||||
## 1. Create application key and secret
|
## 1. Create application key and secret
|
||||||
|
### Option 1
|
||||||
https://eu.api.ovh.com/createApp/
|
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.
|
## 2. Set api key and api secret.
|
||||||
|
https://www.ovh.com/auth/api/createToken
|
||||||
|
And use this settings
|
||||||
|
* GET /auth/time
|
||||||
|
* GET /domain
|
||||||
|
* GET /domain/zone/*
|
||||||
|
* GET /domain/zone/*/record
|
||||||
|
* POST /domain/zone/*/record
|
||||||
|
* POST /domain/zone/*/refresh
|
||||||
|
* PUT /domain/zone/*/record/*
|
||||||
|
* DELETE /domain/zone/*/record/*
|
||||||
|
|
||||||
```
|
```
|
||||||
# application key
|
# application key
|
||||||
|
|
Loading…
Reference in New Issue