Self-signed RSA cert generation and signing using OpenSSL
(The following notes were made as a self-guide for a U. class (Network Security)) First step: Obtaining our PEM keys. This can be done as my previous post, where the generated keys are already in PEM format. A PEM encoded key looks like this: -----BEGIN PRIVATE KEY----- -----END PRIVATE KEY-----
Read more