Files
netoik-rp/conf/certbot/ovh.ini
samuel f811e72e64
All checks were successful
Continuous Integration / env (push) Successful in 0s
Add certbot renew service
2026-01-18 12:42:37 +01:00

10 lines
412 B
INI

# OVH API credentials used by Certbot
# 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"