|
|
|
@ -23,6 +23,9 @@ setup() { |
|
|
|
init_getssl |
|
|
|
create_certificate |
|
|
|
assert_success |
|
|
|
refute_output --regexp '[Ff][Aa][Ii][Ll][Ee][Dd]' |
|
|
|
refute_output --regexp '[Ee][Rr][Rr][Oo][Rr]' |
|
|
|
refute_output --regexp '[Ww][Aa][Rr][Nn][Ii][Nn][Gg]' |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ -30,7 +33,9 @@ setup() { |
|
|
|
#!FIXME test certificate has been updated |
|
|
|
run ${CODE_DIR}/getssl -f $GETSSL_HOST |
|
|
|
assert_success |
|
|
|
|
|
|
|
refute_output --regexp '[Ff][Aa][Ii][Ll][Ee][Dd]' |
|
|
|
refute_output --regexp '[Ee][Rr][Rr][Oo][Rr]' |
|
|
|
refute_output --regexp '[Ww][Aa][Rr][Nn][Ii][Nn][Gg]' |
|
|
|
# Remove all the dns aliases |
|
|
|
cleanup_environment |
|
|
|
for prefix in a b c d e f g h i j k; do |
|
|
|
|