4 ms·
Other things I use all the time: `openssl x509 -in $FILE -text | less` https://lapo.it/asn1js https://lapo.it/asn1js https://golang.org/pkg/crypto/x509/ http
by bifurcation 11y ago
Other things I use all the time:
`openssl x509 -in $FILE -text | less`
https://lapo.it/asn1js https://lapo.it/asn1js
https://golang.org/pkg/crypto/x509/ https://golang.org/pkg/crypto/x509/
https://github.com/agl/certificatetransparency https://github.com/agl/certificatetransparency
- Nursie 11y agoThere's a load of useful stuff in the OpenSSL commandline, figuring out s_server and s_client can be very useful for debugging. GnuTLS has some useful stuff too, IIRC