[Linux] How to get the serial of a TLS / SSL certificate from a domain name in 2019 – EASY!
Linux: Example given: get the serial number on the TLS certificate google.com uses you can use this command: echo -n | openssl s_client -connect google.com:443 2>&1 | openssl x509 -noout…