|
From: Ronald O. <ro...@ke...> - 2015-05-25 07:04:25
|
Hi, I have successfully setup EJBCA on two boxes to serve the functions of both CA and OCSP on separate servers. The OCSP server answers correctly for certificates issued from the CA server. My problem is that when I execute the below command to try and establish if an issued certificate has na OCSP Url, none is printed out and I believe it should be part of the certificate. openssl x509 -noout -ocsp_uri -in TestUser.pem What could I have missed in the configuration? Cheers. Ronald. |