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 30c5115 commit b546bbaCopy full SHA for b546bba
test/setup/setup-boulder.sh
@@ -10,7 +10,7 @@ setup_boulder() {
10
&& git clone https://github.com/letsencrypt/boulder \
11
$GOPATH/src/github.com/letsencrypt/boulder
12
pushd $GOPATH/src/github.com/letsencrypt/boulder
13
- git checkout release-2019-06-17
+ git checkout release-2019-10-07
14
if [[ "$(uname)" == 'Darwin' ]]; then
15
# Set Standard Ports
16
sed -i '' 's/ 5002/ 80/g' test/config/va.json
0 commit comments