From 2873b64ba3fc53df7b6cf5d5cb08dc6fc5af2210 Mon Sep 17 00:00:00 2001 From: AnsibleGuy Date: Wed, 31 Aug 2022 21:52:12 +0200 Subject: [PATCH] updated LetsEncrypt info --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3c9905a..2968689 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,10 @@ Ansible Role to create certificates to use on a linux server. * **Warning:** Not every setting/variable you provide will be checked for validity. Bad config might break the role! +* **Info:** For LetsEncrypt renewal to work, you must allow outgoing connections to: + + 80/tcp, 443/tcp+udp to acme-v02.api.letsencrypt.org, staging-v02.api.letsencrypt.org (_debug mode_) and r3.o.lencr.org + ## Requirements * Community collection: ```ansible-galaxy install -r requirements.yml```