I used following command to generate a jks file to setup https connection in a tomcat server. But I have to add "Secuity Exceptions" whenever I accessing the tomcat server using browser.
keytool -genkey -alias tomcat -keylag RSA -keystore keystore.jks
I think, I should create another public key certificate and import it into browser to create a secure connection. How do I create the public key certificate for the jks key?