We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92a5f0a + b334366 commit 004e98bCopy full SHA for 004e98b
install_simp_le.sh
@@ -10,7 +10,7 @@ apk add --update python3 git gcc musl-dev libffi-dev python3-dev openssl-dev
10
[[ -e /usr/bin/python ]] || ln -sf /usr/bin/python3 /usr/bin/python
11
12
# Get Let's Encrypt simp_le client source
13
-branch="0.16.0"
+branch="0.18.0"
14
mkdir -p /src
15
git -C /src clone --depth=1 --branch $branch https://github.com/zenhack/simp_le.git
16
0 commit comments