mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
pin back boulder
This commit is contained in:
parent
4c4dcf4987
commit
5de41572e4
1 changed files with 4 additions and 1 deletions
|
|
@ -7,7 +7,10 @@ set -xe
|
|||
export GOPATH=${GOPATH:-$HOME/gopath}
|
||||
BOULDERPATH=${BOULDERPATH:-$GOPATH/src/github.com/letsencrypt/boulder}
|
||||
if [ ! -d ${BOULDERPATH} ]; then
|
||||
git clone --depth=1 https://github.com/letsencrypt/boulder ${BOULDERPATH}
|
||||
# Use the latest version of boulder that has TLS-SNI-01 enabled by default.
|
||||
git clone https://github.com/letsencrypt/boulder ${BOULDERPATH}
|
||||
cd "$BOULDERPATH"
|
||||
git checkout 93ac7fbe9e77b190c5c6496b4e9d765775588963
|
||||
fi
|
||||
|
||||
cd ${BOULDERPATH}
|
||||
|
|
|
|||
Loading…
Reference in a new issue