Im trying to find a way to retrieve specific information about a certificate (expiration date, fingerprint etc) without the need to provide the password to decrypt the private key.
Just to be clear, I have no need to decrypt the private key, or obtain any information about or from it, only from the certificate.
Is this possible via openssl?