|
From: Tomas G. <to...@pr...> - 2002-07-03 12:28:17
|
While it is 'herrvendil' who is doing the work on the admin panel, I can still answer quesitons :-) > "Download the CA certificate, transfer to PEM-format and concatenate the > certificates together in 'tomcat.pem.'" When I import the certificates with keytool I must have one file containing both the ra-admins certificate and the CA-certificate. If I try to import them one by one using keytool, it complains. When getting the CA-certificate using ca.sh/cmd it is stored in raw DER-encoded format, so (at least I) must make it into PEM-format (using for instance openssl) and then put both certificates together in one file, tomcat.pem as I called it. Eventually the CA-certificate will be possible to store in PEM-format as well... > Following the steps detailed previously to this one, I now have a tomcat.req > and a tomcat.pem in my EJBCA directory And the tomcat.pem should contain both the ra-admins certificate and the CA-certificate. Regards, Tomas |