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