From 8984022c80c0933eed3edc0487bab5a9ca08e58a Mon Sep 17 00:00:00 2001 From: Leandro Noferini Date: Tue, 22 Nov 2022 19:44:25 +0100 Subject: [PATCH] Italian translation for autodns (#2147) * Italian translation for manualdns Italian translation made by Ilario Quinson * Italian translation for autodns Italian translation made by Ilario Quinson --- .../05.registrar/ovh/autodns/autodns.it.md | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 pages/02.administer/55.providers/05.registrar/ovh/autodns/autodns.it.md diff --git a/pages/02.administer/55.providers/05.registrar/ovh/autodns/autodns.it.md b/pages/02.administer/55.providers/05.registrar/ovh/autodns/autodns.it.md new file mode 100644 index 00000000..c6262ee7 --- /dev/null +++ b/pages/02.administer/55.providers/05.registrar/ovh/autodns/autodns.it.md @@ -0,0 +1,34 @@ +--- +title: Ottenere una chiave API da OVH +template: docs +taxonomy: + category: docs +routes: + default: '/providers/registrar/ovh/autodns' + aliases: + - '/registar_api_ovh' +-- + +Questa parte ha lo scopo di guidarvi nella procedura necessaria all'ottenimento di una chiave API di OVH, necessaria per impostare la procedura di configurazione automatica dei DNS di YunoHost. + +! NB. : **Non divulgate MAI i vostri token API !** Un attaccante maligno con i vostri token potrebbe prendere il controllo del vostro dominio ed anche eventualmente del vostro server! + +1. Recatevi su https://eu.api.ovh.com/createToken/ + +2. Compilate il formulario con le informazioni richieste, come nell'esempio seguente: + +- ID dell'account o indirizzo mail: il vostro User OVH +- Password: la vostra password OVH +- Date un nome allo script: es. `YunoHost Auto DNS` +- Date una sommaria descrizione: es. `YunoHost Auto DNS` +- Validità: `Unlimited` +- Rights: utilizzate il pulsante `+` per aggiungere le seguenti linee + - `GET` : `/domain/zone/*` + - `POST` : `/domain/zone/*` + - `PUT` : `/domain/zone/*` + - `DELETE` : `/domain/zone/*` + +![](image://registrar_api_ovh_1.png?resize=800) + + +3. Otterrete tre tokens (una chiave segreta, una chiave pubblica, e una chiave consumer) che dovranno essere utilizzate nella configurazione di YunoHost