Explore >> Select a destination


You are here

www.agwa.name
| | squanderingti.me
2.9 parsecs away

Travel
| | A handy explanation for the fields in a digital certificate.
| | textslashplain.com
1.5 parsecs away

Travel
| | When you visit a HTTPS site, the server must present a certificate, signed by a trusted third-party (a Certificate Authority, aka CA), vouching for the identity of the bearer. The certificate contains an expiration date, and is considered valid until that date arrives. But what if the CA later realizes that it issued the certificate...
| | www.akpain.net
3.6 parsecs away

Travel
| | How it works, why it exists and how you can do things with it
| | sgued.fr
19.8 parsecs away

Travel
| X509 certificate can be encoded either as DER or PEM. DER encoding is an efficient binary format, while PEM encoding is a wrapper around the Base 64 DER encoding of the certificate. Usually, when dealing with a specific certificate, you know beforehand whether it's encoded as DER or PEM. For example, in the opennssl CLI, you can give it the -inform parameter, which accepts either DER or PEM. However, what if don't know the encoding of the certificate, can you figure it out on the fly?