For the configuration of SSL on WildFly, please check the documentation
example:
Thanks Matthias.
I did import my "proper" certificate into java keystore, here is the
command:
keytool -import -trustcacerts -alias mydomain -file mydomain.crt -keystore
keystore.jks
Than I add this line in standalone.xml:
<keystore path="keystore.jks" relative-to="jboss.home.dir"
keystore-password="changeit" alias="mydomain"
key-password="changeit"/>
And now I am getting - The alias specified 'mydomain' is not a Key, valid
aliases are {jbosskeys}
Just wondering if there are attributes for keystore element I could set
certificate to? or I have to specify <truststore />?
--
View this message in context:
http://aerogear-dev.1069024.n5.nabble.com/HTTPS-required-tp9730p9743.html
Sent from the aerogear-dev mailing list archive at
Nabble.com.
_______________________________________________
aerogear-dev mailing list
aerogear-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-dev