Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 206795e072 |
@@ -1,6 +1,9 @@
|
|||||||
# OVH API credentials used by Certbot
|
# OVH API credentials used by Certbot
|
||||||
# Name referenced in OVH: rasp.netoik.io
|
# To generate a new token, go to: https://www.ovh.com/auth/api/createToken
|
||||||
dns_ovh_endpoint = $DNS_OVH_ENDPOINT
|
|
||||||
dns_ovh_application_key = $DNS_OVH_APPLICATION_KEY
|
dns_ovh_endpoint = "$OVH_ENDPOINT"
|
||||||
dns_ovh_application_secret = $DNS_OVH_APPLICATION_SECRET
|
dns_ovh_application_name = "$OVH_APPLICATION_NAME"
|
||||||
dns_ovh_consumer_key = $DNS_OVH_CONSUMER_KEY
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user