|
You are here |
rys.sommefeldt.com | ||
| | | | |
adamu.jp
|
|
| | | | | [AI summary] The author details the process of creating a personal TLS certificate authority to secure internal services without exposing them to the public internet. | |
| | | | |
squanderingti.me
|
|
| | | | | A handy explanation for the fields in a digital certificate. | |
| | | | |
www.agwa.name
|
|
| | | | | [AI summary] A technical deep dive explaining the hierarchy of SSL certificate providers, distinguishing between trusted root CAs, intermediates, and resellers to clarify which entities actually control the integrity of the internet's certificate ecosystem. | |
| | | | |
sgued.fr
|
|
| | | 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? | ||