From e4912cec78a4fca588075a959fa0d0616a304d24 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 27 Oct 2024 01:16:41 -0400 Subject: [PATCH] Update nginxproxymanager-install.sh tweak --- install/nginxproxymanager-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/nginxproxymanager-install.sh b/install/nginxproxymanager-install.sh index 6c1c5d63..710e20ea 100644 --- a/install/nginxproxymanager-install.sh +++ b/install/nginxproxymanager-install.sh @@ -36,7 +36,8 @@ $STD apt-get install -y \ python3-dev \ python3-pip \ python3-venv \ - python3-cffi + python3-cffi \ + python3-certbot-dns-cloudflare $STD pip3 install certbot certbot-dns-multi $STD python3 -m venv /opt/certbot/ ln -s /usr/local/bin/certbot /usr/bin/certbot