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