From b5f3b3ffc1fd5e9398573fc521ee78d9df376453 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Tue, 29 Dec 2020 21:42:16 +0100 Subject: [PATCH] Use Nginx certbot challenge Signed-off-by: Yohann D'ANELLO --- .../roles/4-certbot/templates/letsencrypt/conf.d/nk20.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/4-certbot/templates/letsencrypt/conf.d/nk20.ini.j2 b/ansible/roles/4-certbot/templates/letsencrypt/conf.d/nk20.ini.j2 index 272e160d..fc3b0aac 100644 --- a/ansible/roles/4-certbot/templates/letsencrypt/conf.d/nk20.ini.j2 +++ b/ansible/roles/4-certbot/templates/letsencrypt/conf.d/nk20.ini.j2 @@ -16,5 +16,5 @@ email = {{ note.email }} text = True # Use DNS-01 challenge -authenticator = standalone +authenticator = nginx