|
From: 孙伟 <kev...@gm...> - 2013-02-14 22:20:12
|
Hi, Recently I have been working on building the EJBCA server with an internal OCSP responder. In order to make it work as an external CA, I need to import the certificate as well as the crl file. The "importca" and "importcert" worked perfect, while the "importcrl" always has an "error: null" message. [root@kevinejbca bin]# ./ejbca.sh ca importcrl "Root CA" /opt/ejbca/kevin/RootCA.cacert.pem STRICT CA: XXXXXXXXXXXXXXXXXXXXXXXXXX Error: null The RootCA.cacert.pem is signed by the Root CA itself. I have also tried with another crl file with some revoked certificate information inside, so it should not be null pointer issue. So I am very confused about this. Can anybody tell me what goes wrong? Is the "importcrl" command fully functional? My system: CentOS 6.2 MySQL 5.1.66 jboss 5.1.0 EJBCA 4.0.13 Any idea or comment will be appreciated! Thanks, Kevin |