I just sent you an email, I have two more.
Thanks! And thanks for the article! Lots of great shortcuts, they all made it to my .bashrc ;)
function openssl-key-to-pin() { openssl rsa -in "${1}" -outform der -pubout | openssl dgst -sha256 -binary | openssl enc -base64 } function openssl-website-to-pin() { openssl s_client -connect ${1}:443 | openssl x509…
I just sent you an email, I have two more.
Thanks! And thanks for the article! Lots of great shortcuts, they all made it to my .bashrc ;)
function openssl-key-to-pin() { openssl rsa -in "${1}" -outform der -pubout | openssl dgst -sha256 -binary | openssl enc -base64 } function openssl-website-to-pin() { openssl s_client -connect ${1}:443 | openssl x509…