Skip to content

Commit b334366

Browse files
authored
Update simp_le to 0.18.0
Updated simp_le tagged version to include fix for Buypass CA. Fixes issue #634
1 parent 92a5f0a commit b334366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_simp_le.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apk add --update python3 git gcc musl-dev libffi-dev python3-dev openssl-dev
1010
[[ -e /usr/bin/python ]] || ln -sf /usr/bin/python3 /usr/bin/python
1111

1212
# Get Let's Encrypt simp_le client source
13-
branch="0.16.0"
13+
branch="0.18.0"
1414
mkdir -p /src
1515
git -C /src clone --depth=1 --branch $branch https://github.com/zenhack/simp_le.git
1616

0 commit comments

Comments
 (0)