On Wed, Nov 5, 2014 at 12:31 AM, mutulong <mutulong@hotmail.com> wrote:
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 />?


Hi!

not really 100% familiar with this. Perhaps worth to send a question to the WildFly dev list, on this WF specific scenario:
https://lists.jboss.org/mailman/listinfo/wildfly-dev

Or perhaps reach out to the WildFly guys on IRC:
irc://irc.freenode.net/#wildfly

Greetings,
Matthias
 





--
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@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-dev



--