commit 93a04faf605198770384fc30755e73c6816e6917
parent 87536c4e0e7c04ae9b938f4ab01e176919cd1adf
Author: Javier Sepulveda <javier.sepulveda@uv.es>
Date: Tue, 14 Mar 2023 14:49:27 +0100
Install NGINX plugin for certbot: python3-certbot-nginx
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/netzbon/install_packages.sh b/netzbon/install_packages.sh
@@ -26,7 +26,8 @@ apt install uuid-runtime \
postgresql-${PG_VERSION} \
postgresql-client-${PG_VERSION} \
dbconfig-pgsql \
- certbot -y
+ certbot \
+ python3-certbot-nginx -y
## Add GNU Taler deb.taler.net to /etc/apt/sources.list