ansible-role-certbot/templates/etc/letsencrypt/ovh-api-keys.j2
2018-10-08 19:35:07 +02:00

4 lines
185 B
Django/Jinja

AUTH_ENTRYPOINT="ovh-eu"
AUTH_APPLICATION_KEY="{{ certbot_dns_ovh_appkey }}"
AUTH_APPLICATION_SECRET="{{ certbot_dns_ovh_appsecret }}"
AUTH_CONSUMER_KEY="{{ certbot_dns_ovh_userkey }}"