mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-01-14 16:20:08 +08:00
Updated How to use OVH domain api (markdown)
parent
3a49869c2d
commit
75543b9184
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
## 1. Create application key, secret and consumer
|
## 1. Create application key, secret and consumer
|
||||||
|
|
||||||
- OVH Europe: https://api.ovh.com/createToken/?GET=/domain/zone/*&POST=/domain/zone/*&PUT=/domain/zone/*
|
- **OVH Europe**: https://api.ovh.com/createToken/?GET=/domain/zone/*&POST=/domain/zone/*&PUT=/domain/zone/*
|
||||||
- OVH Canada: https://ca.api.ovh.com/createToken/?GET=/domain/zone/*&POST=/domain/zone/*&PUT=/domain/zone/*
|
- **OVH Canada**: https://ca.api.ovh.com/createToken/?GET=/domain/zone/*&POST=/domain/zone/*&PUT=/domain/zone/*
|
||||||
|
|
||||||
In the page, please select "Unlimited" for the Validity.
|
In the page, please select "Unlimited" for the Validity.
|
||||||
|
|
||||||
@ -23,5 +23,5 @@ acme.sh --issue -d mydomain.com --dns dns_ovh
|
|||||||
|
|
||||||
It is a good security practice to limit what a given API key can in the event it is lost, stolen or anything wrong happens to limit the potential damages. OVH API keys can be limited to a specific domain zone using a simple pattern mechanism. For example, to restrict an OVH API key to manage "mydomain.com", you may use the following settings. Of course this can easily be customized to support any or multiple domains:
|
It is a good security practice to limit what a given API key can in the event it is lost, stolen or anything wrong happens to limit the potential damages. OVH API keys can be limited to a specific domain zone using a simple pattern mechanism. For example, to restrict an OVH API key to manage "mydomain.com", you may use the following settings. Of course this can easily be customized to support any or multiple domains:
|
||||||
|
|
||||||
- OVH Europe: https://api.ovh.com/createToken/?GET=/domain/zone/mydomain.com/*&POST=/domain/zone/mydomain.com/*&PUT=/domain/zone/mydomain.com/*&GET=/domain/zone/mydomain.com
|
- **OVH Europe**: https://api.ovh.com/createToken/?GET=/domain/zone/mydomain.com/*&POST=/domain/zone/mydomain.com/*&PUT=/domain/zone/mydomain.com/*&GET=/domain/zone/mydomain.com
|
||||||
- OVH Canada: https://ca.api.ovh.com/createToken/?GET=/domain/zone/mydomain.com/*&POST=/domain/zone/mydomain.com/*&PUT=/domain/zone/mydomain.com/*&GET=/domain/zone/mydomain.com
|
- **OVH Canada**: https://ca.api.ovh.com/createToken/?GET=/domain/zone/mydomain.com/*&POST=/domain/zone/mydomain.com/*&PUT=/domain/zone/mydomain.com/*&GET=/domain/zone/mydomain.com
|
||||||
|
Loading…
Reference in New Issue
Block a user