Add certbot renew service
All checks were successful
Continuous Integration / env (push) Successful in 0s

This commit is contained in:
2026-01-18 12:42:37 +01:00
parent 8e13e2004a
commit f811e72e64
7 changed files with 51 additions and 23 deletions

9
conf/certbot/ovh.ini Normal file
View File

@@ -0,0 +1,9 @@
# 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"