Use ACMEv2 endpoint if requested

This commit is contained in:
Brad Warren 2018-02-27 16:26:48 -08:00
parent ddc51134eb
commit ca5ea5f029

View file

@ -16,6 +16,11 @@ certbot_test () {
"$@"
}
# Use local ACMEv2 endpoint if requested and SERVER isn't already set.
if [ "$BOULDER_INTEGRATION" = "v2" -a -z "$SERVER" ]; then
SERVER="http://localhost:4001/directory"
fi
certbot_test_no_force_renew () {
omit_patterns="*/*.egg-info/*,*/dns_common*,*/setup.py,*/test_*,*/tests/*"
omit_patterns="$omit_patterns,*_test.py,*_test_*,"