mirror of
https://github.com/acmesh-official/acme.sh
synced 2025-09-01 14:55:26 +00:00
Updated How to use OVH domain api (markdown)
@@ -4,9 +4,8 @@
|
|||||||
### Option 1
|
### 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
|
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
|
https://www.ovh.com/auth/api/createToken
|
||||||
And use this settings
|
And use this settings
|
||||||
* GET /auth/time
|
* GET /auth/time
|
||||||
@@ -18,6 +17,8 @@ And use this settings
|
|||||||
* PUT /domain/zone/*/record/*
|
* PUT /domain/zone/*/record/*
|
||||||
* DELETE /domain/zone/*/record/*
|
* DELETE /domain/zone/*/record/*
|
||||||
|
|
||||||
|
## 2. Set api key and api secret.
|
||||||
|
|
||||||
```
|
```
|
||||||
# application key
|
# application key
|
||||||
export OVH_AK="your application key"
|
export OVH_AK="your application key"
|
||||||
|
Reference in New Issue
Block a user