This content has been marked as final.
Show 3 replies
-
1. Re: WFLYDM0111
g.hohl Jan 14, 2019 8:22 AM (in response to samphal)For offering HTTPS WildFly needs a certificate which is stored in a keystore. When you start the system the 1st time, such a certificate in such a keystore doesn't exist. So WildFly is so kind to create that for you. When you go into productive usage you should replace that with a real certificate.
I hope that sheds some light on it.
-
2. Re: WFLYDM0111
samphal Jan 24, 2019 11:47 PM (in response to g.hohl)Thanks for sharing your experience but How to create certificate for testing ?
-
3. Re: WFLYDM0111
mayerw01 Jan 25, 2019 4:59 AM (in response to samphal)You may use the java keytool for this purpose Examples - Latest WildFly Documentation - Project Documentation Editor
"Open a terminal window in the folder {jboss.home}/standalone/configuration and enter the following command: -
keytool -genkey -alias server -keyalg RSA -keystore server.keystore -validity 365"