Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 206795e072 | |||
| 2b9b190d9a | |||
| 558ef17e2a |
@@ -1,6 +0,0 @@
|
||||
# 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
|
||||
9
conf/ovh.ini.tpl
Normal file
9
conf/ovh.ini.tpl
Normal 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"
|
||||
@@ -54,7 +54,7 @@ fi
|
||||
%attr(600, root, root) %config %ghost %{_sysconfdir}/certbot/ovh.ini
|
||||
%attr(644, root, root) %{_sysconfdir}/certbot/ovh.ini.tpl
|
||||
%attr(755, root, root) %dir %ghost /opt/certbot
|
||||
%attr(755, root, root) %{_sbindir}/certbot
|
||||
%attr(755, root, root) %ghost %{_sbindir}/certbot
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
|
||||
Reference in New Issue
Block a user