Posts by Edson Pessotti • 1 point
1 post
-
-1
votes2
answers1889
viewsA: How to extract the public key from a certificate . pem with Openssl
Private key is one thing Certificate and another. in the example I send the certificate and private key root@criativo:/home/edpes/SSLtest# openssl req -nodes -x509 -sha256 -newkey rsa:4096 -keyout…