Fix problems with earlier nginx role rename

This commit is contained in:
Thomas Kleinendorst 2024-04-28 15:22:01 +02:00
parent 131991ec22
commit 743af73974
6 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,2 @@
# Cloudflare API token used by Certbot
dns_cloudflare_api_token = {{ dns_cloudflare_api_token }}

View file

@ -0,0 +1,7 @@
#!/bin/bash
/snap/bin/certbot certonly \
--dns-cloudflare \
--dns-cloudflare-propagation-seconds 120 \
--dns-cloudflare-credentials '{{ cloudflare_credential_dir_path }}/{{ cloudflare_credential_filename }}' \
--agree-tos -m {{ administration_email }} \
-d $1