RE: CA/Server configuration

2022-09-29 Thread Lynch, Pat
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

RE: How to convert .P12 Certificate (ECC crypted) to .PEMs

2022-05-25 Thread Lynch, Pat
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

openssl ocsp responder

2022-05-20 Thread Lynch, Pat
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