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"