|
From: <joh...@fw...> - 2003-04-05 13:43:06
|
Hi there, I've found the following errors in the README (http://ejbca.sourceforge.net/docs/README.html): *) "Run 'deploy.cmd/sh', this will copy the Bouncycastle JCE provider, the LDAP library and the regexp library to the directory $JBOSS_HOME/server/default/lib, it will be added to JBoss's classpath automatically when JBoss is started. " >>> is not true, deploy.cmd does not exist in the ejbca directory. I used "ant deploy" to deploy, and it copied the ejbca-ca.ear to the JBOSS_HOME/server/default/deploy directory. *) The copy task could be automated using the ant copy task <copy todir="${jboss.home}/server/default/conf" file="server.p12"/> This would save the user from error. *) Administrating CA it would be cool to have some samples for ca init etc. because one first enters ca init and then six options have to be filled in. However, who knows what a policynumber is?? ==> samples would help here a lot. I personally think that the commandline interface ca... is the same as openssl, so no great news here. cheers, Johannes |