Replies: 1 comment 4 replies
-
I would like to answer my own question. You are suppose to get tomcat.jks, truststore.jks and superadmin.p12 AFTER you run install. If you dont please check your web.properties file the value superadmin.batch MUST BE true. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Admin,
I have used EJBCA via Docker and enjoyed it, however for my Linux server I need to do the installation manually and NOT via Docker.
So begins my adventure of installing EJBCA into my Windows 11 before I proceed to the Linux server.
The many websites and this discussion group has helped me a lot, I would like to thank you.
Some technical information for someone reading this in the future.
I am running on Windows 11 Pro:
I am using :
Primary due to my non Ant background, a noob in WildFly and JBOSS and an idiot in PKI
I documented all my steps so when I had to redo the installation, I will remember what I did.
Finally I have managed to reached the end. I got
Hmmm then i wonder, where is the superadmin.p12?
I continue running ant deploy-keystore,
Ant copied the tomcat.jks from ejbca folder into my wildfly folder as keystore.jks
Ant copied the truststore.jsk from ejbca folder into my wildfly folder as the same truststore.jsk
I opened up the keystore.jks and saw it has ManagementCA certificate + localhost certificate
I opened up the truststore.jks and saw it to contain only the ManagementCA certificate
Can someone please correct but if I convert the keystore.jks into a keystore.p12, will that be the same as having the superadmin.p12?
My next journey is to get the https running so I can continue with accessing the fun feature of EJBCA.
Beta Was this translation helpful? Give feedback.
All reactions