


#Openssl verify certificate and key password#


Issuer: C = AU, ST = Some-State, L = Vilnius, O = Internet Widgits Pty Ltd Signature Algorithm: sha256WithRSAEncryption Openssl req -new -x509 -key private-key.pem -out cert.pem -days 360 Openssl rsa -in private-key.pem -pubout -out public-key.pem I have create public, private keys and self signed certificate with commands: openssl genrsa -out private-key.pem 3072
