Install TLS/SSL certificate for my ejbca admin/ra portal #274
Replies: 2 comments 4 replies
-
It's the same for me. Did you try http://localhost:8080/ejbca/, yet? I'm able to access http://localhost:8080/ejbca/ but not the https://localhost:8443/ejbca/adminweb. |
Beta Was this translation helpful? Give feedback.
-
Actually the connection is secure. For an internal PKI one could argue that it is actually more secure to use a private PKI than to use a public one. But anyhows...
TLS can be pretty tricky to get the right certficates in the right place, using the right keystore passwords. If you get it wrong, connections will stop working. Here is some doc on the installation that deploys keystores. Keystores are stored in WildFly in standalone/configuration/keystores It is also quite popular to use a web proxy in front of WildFly for these purposes. There are some documentation on how to use an apache proxy in front of EJBCA, or to use a HA proxy for load balancing. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello good people,
I need some help on the the TLS certificate for my ejbca portal. I have recently installed EJBCA and my broswer showing the connection is not secure. how do I fix by installing a secure certificate either with selfsigned or any other options.
I tried to create a SSL cert profile and end entity profile and issued one self certificate with DN details and replaced keystore.p12 and restarted but still no luck. Tried to dig on wildfly level, but there not fruitful option to get my connection to make as secure.
I am running on wildfly 26, kindlly help me on this.
Thanks
Sateesh
Beta Was this translation helpful? Give feedback.
All reactions