From 206795e072a2f6b2de993b16238aa5176107946e Mon Sep 17 00:00:00 2001 From: samuel Date: Thu, 1 Jan 2026 14:10:50 +0100 Subject: [PATCH] Rename variables in ovh.ini --- conf/ovh.ini.tpl | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/conf/ovh.ini.tpl b/conf/ovh.ini.tpl index e14d59e..d61277a 100644 --- a/conf/ovh.ini.tpl +++ b/conf/ovh.ini.tpl @@ -1,6 +1,9 @@ # OVH API credentials used by Certbot -# Name referenced in OVH: rasp.netoik.io -dns_ovh_endpoint = $DNS_OVH_ENDPOINT -dns_ovh_application_key = $DNS_OVH_APPLICATION_KEY -dns_ovh_application_secret = $DNS_OVH_APPLICATION_SECRET -dns_ovh_consumer_key = $DNS_OVH_CONSUMER_KEY +# To generate a new token, go to: https://www.ovh.com/auth/api/createToken + +dns_ovh_endpoint = "$OVH_ENDPOINT" +dns_ovh_application_name = "$OVH_APPLICATION_NAME" +dns_ovh_application_description = "$OVH_APPLICATION_DESCRIPTION" +dns_ovh_application_key = "$OVH_APPLICATION_KEY" +dns_ovh_application_secret = "$OVH_APPLICATION_SECRET" +dns_ovh_consumer_key = "$OVH_CONSUMER_KEY"