aboutsummaryrefslogtreecommitdiff
path: root/system/letsencrypt/letsencrypt.SlackBuild
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-11-06 23:55:48 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-11-06 23:55:48 +0700
commit28031a8f897832a5b7afc4ad0f06a87fd6b1f611 (patch)
tree550ace5d4bf0df68288139f8eb72e782cb830c21 /system/letsencrypt/letsencrypt.SlackBuild
parent21a4568cce9694f8a69369c800ad4f326ebdd584 (diff)
system/letsencrypt: Updated for version 3.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/letsencrypt/letsencrypt.SlackBuild')
-rw-r--r--system/letsencrypt/letsencrypt.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/letsencrypt/letsencrypt.SlackBuild b/system/letsencrypt/letsencrypt.SlackBuild
index 8688d0415d186..dd705e7fe3d8f 100644
--- a/system/letsencrypt/letsencrypt.SlackBuild
+++ b/system/letsencrypt/letsencrypt.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=letsencrypt
SRCNAM=certbot
-VERSION=${VERSION:-2.11.0}
+VERSION=${VERSION:-3.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -96,11 +96,11 @@ python3 setup.py install --root=$PKG
# install apache plugin
cd ../certbot-apache
python3 setup.py install --root=$PKG
-cd ..
# install nginx plugin
-#cd ../certbot-nginx
-#python3 setup.py install --root=$PKG
+cd ../certbot-nginx
+python3 setup.py install --root=$PKG
+cd ..
# We include default options for Apache
mkdir -p $PKG/etc/letsencrypt/