We have an application locally hosted on which we create self signed certificate and keystore using java keytool command line utility in order to run the application over https.
We are now changing and wants to create keystore and self-signed certificate from a Graphical User interface. So is there any opensource tool available which can cater all the requirement or I have to develop this using Java Swings?
Please suggest what is the best option.