-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Missing variables for dependencies - Update geerlingguy.certbot to 3.0.1 - Add variables foe Acme server - Clean up tasks to reduce redundancy
- Loading branch information
1 parent
990f8e2
commit edfc04b
Showing
5 changed files
with
22 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
# Let's Encrypt site-wide configuration | ||
dns-cloudflare-credentials = /etc/letsencrypt/dnscloudflare.ini | ||
# Use the ACME v2 staging URI for testing things | ||
#server = https://acme-staging-v02.api.letsencrypt.org/directory | ||
# Production ACME v2 API endpoint | ||
server = https://acme-v02.api.letsencrypt.org/directory | ||
server = {{ certbot_cloudflare_acme_server }} |