Skip to content
Discussion options

You must be logged in to vote

I solved it now it was the same issue as discussed in #46
The standalone.xml still tries to use kestore.p12 and truststore.p12 but can't find those files because the files called keystore.jks and truststore.jks. I used wildfly-26.0.0 and the documentation wasn't updated yet.
Solution was the following:

cd /opt/wildfly/standalone/configuration/keystore
keytool -importkeystore -srckeystore keystore.jks -srcstoretype JKS -deststoretype PKCS12 -destkeystore keystore.p12
keytool -importkeystore -srckeystore truststore.jks -srcstoretype JKS -deststoretype PKCS12 -destkeystore truststore.p12

systemctl restart wildfly

Thanks for your help anyway!

Replies: 3 comments 16 replies

Comment options

You must be logged in to vote
4 replies
@primetomas
Comment options

@JannikZorn
Comment options

@primetomas
Comment options

@JannikZorn
Comment options

Comment options

You must be logged in to vote
10 replies
@primetomas
Comment options

@JannikZorn
Comment options

@JannikZorn
Comment options

@JannikZorn
Comment options

@JannikZorn
Comment options

Comment options

You must be logged in to vote
2 replies
@JannikZorn
Comment options

@JannikZorn
Comment options

Answer selected by JannikZorn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants