Cirrus: Add curl test

pull/176/head
Jeremy Rand 1 year ago
parent fb3a51c0a8
commit 6c9ccfa260
No known key found for this signature in database
GPG Key ID: EB03139A459DD06E

@ -87,3 +87,6 @@ echo "$dig_output"
echo "Checking response correctness"
tlsa_hex="$(echo 'MDkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDIgADvxHcjwDYMNfUSTtSIn3VbBC1sOzh/1Fv5T0UzEuLWIE=' | base64 --decode | xxd -u -ps -c 500)"
echo "$dig_output" | sed 's/ //g' | grep "$tlsa_hex"
echo "Fetch testls.bit via curl"
curl --insecure https://testls.bit/ | grep -i "Cool or nah"

Loading…
Cancel
Save