From 85d1838d2fd07fb365d53e5fa2b7bbcb2ad91e16 Mon Sep 17 00:00:00 2001 From: Matte <51192395+MatteZ02@users.noreply.github.com> Date: Thu, 18 Apr 2024 18:11:36 +0300 Subject: [PATCH] Update nginx.sh --- files/certbot/nginx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/certbot/nginx.sh b/files/certbot/nginx.sh index 95cfa47..ba8260a 100644 --- a/files/certbot/nginx.sh +++ b/files/certbot/nginx.sh @@ -1,5 +1,5 @@ #!/bin/bash - +env echo -n "$CERTBOT_VALIDATION" > /root/nginx/html/.well-known/acme-challenge/$CERTBOT_TOKEN mkdir -p /root/nginx/html/.well-known/acme-challenge /opt/ansible/bin/ansible-pull -U ssh://git@github.com/MatteZ02/mpp-ansible --private-key ~/.ssh/id_rsa tasks.yml -t nginx &> /dev/null