Hello Cyprus,
I’m not exactly what you’d call an expert on openssl, but I do use it
frequently. There is a very good openssl wrapper project called EasyRSA that I
highly recommend. We put together a very simple Certificate Authority for
application testing using this package and it made thing
Try adding the following command line arguments: -outform pem
From: openssl-users On Behalf Of Beilharz,
Michael
Sent: Wednesday, May 25, 2022 3:10 AM
To: 'openssl-users@openssl.org'
Subject: How to convert .P12 Certificate (ECC crypted) to .PEMs
CAUTION: Email originated externally. Do no
Hello,
I've created a CA using EasyRSA, which is based on openssl. I'm trying to run
"openssl ocsp" in server mode. Everything starts just fine and it processes
client requests, but no matter what certificate I try to query, the openssl
ocsp responder sends "Cert Status: unknown".
This is th