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.
1 parent b546bba commit 3764b1bCopy full SHA for 3764b1b
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="master"
+branch="0.16.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