Skip to content

Commit dde241e

Browse files
committed
switch to zenhack/simp_le
1 parent b002a6b commit dde241e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install_simp_le.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ set -e
66
apk --update add python py-requests py-setuptools git gcc py-pip musl-dev libffi-dev python-dev openssl-dev
77

88
# Get Let's Encrypt simp_le client source
9-
branch="acme-0.8"
9+
branch="0.2.0"
1010
mkdir -p /src
11-
git -C /src clone --depth=1 -b $branch https://github.com/kuba/simp_le.git
11+
git -C /src clone --depth=1 --branch $branch https://github.com/zenhack/simp_le.git
1212

1313
# Install simp_le in /usr/bin
1414
cd /src/simp_le

0 commit comments

Comments
 (0)