Skip to content

Commit e3dd5e2

Browse files
committed
ci: use previous pebble cert
1 parent c8efa30 commit e3dd5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/setup/pebble/setup-pebble.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
setup_pebble() {
6-
curl --silent --show-error https://raw.githubusercontent.com/letsencrypt/pebble/master/test/certs/pebble.minica.pem > "${GITHUB_WORKSPACE}/pebble.minica.pem"
6+
curl --silent --show-error https://raw.githubusercontent.com/letsencrypt/pebble/refs/tags/v2.8.0/test/certs/pebble.minica.pem > "${GITHUB_WORKSPACE}/pebble.minica.pem"
77
cat "${GITHUB_WORKSPACE}/pebble.minica.pem"
88
docker compose --file "${GITHUB_WORKSPACE}/test/setup/pebble/compose.yaml" up --detach
99
}

0 commit comments

Comments
 (0)