User:Fo

10 editsJoined 15 June 2021
Revision as of 17:22, 10 December 2021 by Fo (talk | contribs) (Created page with "spkifp for remote host <code>openssl s_client -connect $1 </dev/null | \ openssl x509 -noout -pubkey | \ openssl asn1parse -inform pem -noout -out - | \...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

spkifp for remote host

openssl s_client -connect $1 </dev/null | \
       openssl x509 -noout -pubkey | \
       openssl asn1parse -inform pem -noout -out - | \
       openssl dgst -sha256 -binary | \
       openssl enc -base64