quarkus-quickstarts
quarkus-quickstarts copied to clipboard
fixing ssl/certificate configuration
Check list:
Your pull request:
- [ ] targets the
development
branch - [ ] uses the
999-SNAPSHOT
version of Quarkus - [ ] has tests (
mvn clean test
) - [ ] works in native (
mvn clean package -Pnative
) - [ ] has native tests (
mvn clean verify -Pnative
) - [ ] makes sure the associated guide must not be updated
- [ ] links the guide update pull request (if needed)
- [ ] updates or creates the
README.md
file (with build and run instructions) - [ ] for new quickstart, is located in the directory component-quickstart
- [ ] for new quickstart, is added to the root
pom.xml
andREADME.md
I believe the proper fix is to add support for reading the trust store from classpath. But it requires changes in Quarkus. I added a comment to the issue and an issue in the Quarkus project.