https: support for tls certificate fingerprint check
example config;
- id: site3008
type: http
url: https://rlab.io
tls_cert_fp: '0C:2F:FE:33:F4:BE:71:4A:8C:FF:D2:03:A9:3F:59:34:92:44:7B:77:D2:8F:88:E9:71:06:80:25:38:63:5A:E3'
how to check fingerprint manually
SITE=rlab.io:443
openssl s_client -connect ${SITE} < /dev/null 2>/dev/null | openssl x509 -fingerprint -sha256 -noout -in /dev/stdin
# SHA256 Fingerprint=0C:2F:FE:33:F4:BE:71:4A:8C:FF:D2:03:A9:3F:59:34:92:44:7B:77:D2:8F:88:E9:71:06:80:25:38:63:5A:E3