File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ services:
33 pebble :
44 image : letsencrypt/pebble:latest
55 # TODO enable -strict
6- command : pebble -config /test/config/pebble-config.json -dnsserver 10.30.50.3:8053
6+ command : pebble -config /test/config/pebble-config.json -dnsserver 10.30.50.3:53
77 environment :
88 # with Go 1.13.x which defaults TLS 1.3 to on
99 GODEBUG : " tls13=1"
@@ -15,7 +15,7 @@ services:
1515 ipv4_address : 10.30.50.2
1616 challtestsrv :
1717 image : letsencrypt/pebble-challtestsrv:latest
18- command : pebble-challtestsrv -defaultIPv6 "" -defaultIPv4 10.30.50.3
18+ command : pebble-challtestsrv -defaultIPv6 "" -defaultIPv4 10.30.50.3 -dns01 ":53"
1919 ports :
2020 - 8055:8055 # HTTP Management API
2121 networks :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ source /getssl/test/test_helper.bash
2020setup_environment 3>&1
2121
2222# Only add the pebble CA to the cert bundle if using pebble
23- if [ " $( grep -q pebble " ${CONFIG_FILE} " ) " = 0 ] ; then
23+ if grep -q pebble " ${CONFIG_FILE} " ; then
2424 export CURL_CA_BUNDLE=/root/pebble-ca-bundle.crt
2525fi
2626
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ CA="https://pebble:14000/dir"
77VALIDATE_VIA_DNS =true
88DNS_ADD_COMMAND =" /getssl/dns_scripts/dns_add_challtestsrv"
99DNS_DEL_COMMAND =" /getssl/dns_scripts/dns_del_challtestsrv"
10+ AUTH_DNS_SERVER =10.30.50.3
1011
1112DUAL_RSA_ECDSA =" true"
1213ACCOUNT_KEY_TYPE =" prime256v1"
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ CA="https://pebble:14000/dir"
77VALIDATE_VIA_DNS =true
88DNS_ADD_COMMAND =" /getssl/dns_scripts/dns_add_challtestsrv"
99DNS_DEL_COMMAND =" /getssl/dns_scripts/dns_del_challtestsrv"
10+ AUTH_DNS_SERVER =10.30.50.3
1011
1112# Additional domains - this could be multiple domains / subdomains in a comma separated list
1213SANS =" "
You can’t perform that action at this time.
0 commit comments