This commit is contained in:
Éric Gaspar 2021-09-20 18:14:07 +02:00 committed by GitHub
parent 975f7f5044
commit 82f7c87286
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,20 +7,20 @@ routes:
default: '/registar_api_ovh' default: '/registar_api_ovh'
--- ---
This page is meant to guide you in obtaining an API key from OVH in order to configure Yunohost's automatic DNS configuration mecanism This page is meant to guide you in obtaining an API key from OVH in order to configure YunoHost's automatic DNS configuration mecanism
! NB. : **DO NOT share your API tokens with anybody!** A malicious attacker obtaining your tokens could take over your domain, and possibly your server ! ! NB. : **DO NOT share your API tokens with anybody!** A malicious attacker obtaining your tokens could take over your domain, and possibly your server!
1. Go to https://eu.api.ovh.com/createToken/ 1. Go to https://eu.api.ovh.com/createToken/
2. Fill the form with the required informations as shown below: 2. Fill the form with the required informations as shown below:
- Account ID or email address : This is your usual OVH login - Account ID or email address: This is your usual OVH login
- Password : This is your usual OVH password - Password: This is your usual OVH password
- Script Name: for example `Yunohost Auto DNS` - Script Name: for example `YunoHost Auto DNS`
- Script description: for example `Yunohost Auto DNS` - Script description: for example `YunoHost Auto DNS`
- Validity : `Unlimited` - Validity: `Unlimited`
- Rights : use the `+` button to add the following lines - Rights: use the `+` button to add the following lines
- `GET` : `/domain/zone/*` - `GET` : `/domain/zone/*`
- `POST` : `/domain/zone/*` - `POST` : `/domain/zone/*`
- `PUT` : `/domain/zone/*` - `PUT` : `/domain/zone/*`
@ -28,4 +28,4 @@ This page is meant to guide you in obtaining an API key from OVH in order to con
![](image://registrar_api_ovh_1.png?resize=800) ![](image://registrar_api_ovh_1.png?resize=800)
3. You will obtain three tokens (an application key, a secret application key, and a consumer key) which should be used in Yunohost's configuration 3. You will obtain three tokens (an application key, a secret application key, and a consumer key) which should be used in YunoHost's configuration