From 896e0580a2deed1db8f935b33fe271239ab15afc Mon Sep 17 00:00:00 2001 From: samuel Date: Tue, 30 Dec 2025 14:20:54 +0100 Subject: [PATCH] Move config files in etc --- etc/certbot/ovh.ini.tpl | 6 ++++++ nginx.conf => etc/nginx/nginx.conf | 0 2 files changed, 6 insertions(+) create mode 100644 etc/certbot/ovh.ini.tpl rename nginx.conf => etc/nginx/nginx.conf (100%) diff --git a/etc/certbot/ovh.ini.tpl b/etc/certbot/ovh.ini.tpl new file mode 100644 index 0000000..e14d59e --- /dev/null +++ b/etc/certbot/ovh.ini.tpl @@ -0,0 +1,6 @@ +# 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 diff --git a/nginx.conf b/etc/nginx/nginx.conf similarity index 100% rename from nginx.conf rename to etc/nginx/nginx.conf