⚡ How to Get the SHA-1 Fingerprint for URL
Using OpenSSL (recommended)
Run this in a terminal (Linux, macOS, WSL on Windows):
echo | openssl s_client -connect bakadur.com:443 -servername bakadur.com 2>/dev/null \
| openssl x509 -noout -fingerprint -sha1