doc/pages/02.administer/55.providers/05.registrar/ovh/autodns/autodns.md
OniriCorpe 7a01793062
Improve markdown formatting of pages, a lot of them are improperly formatted (#2429)
* Revert "Revert "markdown format""

* fix formating

* fix readme

* add .markdownlint.json

* add markdownlint-rules-grav-pages

* add markdownlint-rules-grav-pages files

* add license for Markdown Lint Rules for Grav Pages

* fix [figure] mess

* fix [figure] mess 2

* fix [figure] mess 3

* maj .gitignore

* various fixes

* fix markdownlint-rules-grav-pages

* second formater pass

* various manual fixes

* add .markdownlintignore

* markdownlintignore: auto-generated pages

* disable proper-names for html_elements

* another bunch of various markdown fixes

* Update pages/02.administer/10.install/20.dns_config/dns_config.es.md

Co-authored-by: tituspijean <titus+yunohost@pijean.ovh>

---------

Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
Co-authored-by: tituspijean <titus+yunohost@pijean.ovh>
2024-03-23 08:59:52 +01:00

1.2 KiB

title template taxonomy routes
Obtaining an API key from OVH docs
category
docs
default aliases
/providers/registrar/ovh/autodns
/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

! 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/

  2. Fill the form with the required informations as shown below:

  • Account ID or email address: This is your usual OVH login
  • Password: This is your usual OVH password
  • Script Name: for example YunoHost Auto DNS
  • Script description: for example YunoHost Auto DNS
  • Validity: Unlimited
  • Rights: use the + button to add the following lines
    • GET : /domain/zone/*
    • POST : /domain/zone/*
    • PUT : /domain/zone/*
    • DELETE : /domain/zone/*

  1. You will obtain three tokens (an application key, a secret application key, and a consumer key) which should be used in YunoHost's configuration