Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to support selection of SSL key in JKS keystore using an alias property #17424

Closed
sberyozkin opened this issue May 23, 2021 · 1 comment · Fixed by #17884
Closed
Assignees
Labels
area/vertx kind/enhancement New feature or request
Milestone

Comments

@sberyozkin
Copy link
Member

Description

Please see eclipse-vertx/vert.x#3926 which has been fixed so a new Quarkus Vert.x HTTP option can be added after an update to the next Vert.x 4.x

@mickroll
Copy link
Contributor

For a good starting point for property names see https://docs.spring.io/spring-cloud-dataflow/docs/1.1.0.M1/reference/html/getting-started-security.html

ssl:
    key-store: path/to/keystore
    key-store-password: yourKeyStorePassword
    key-alias: yourKeyAlias
    key-password: yourKeyPassword
    trust-store: path/to/trust-store
    trust-store-password: yourTrustStorePassword

@quarkus-bot quarkus-bot bot added this to the 2.1 - main milestone Jun 16, 2021
@gsmet gsmet modified the milestones: 2.1 - main, 2.0.0.Final Jun 21, 2021
gsmet pushed a commit to gsmet/quarkus that referenced this issue Jun 21, 2021
Resolves quarkusio#17424

Notes on store modifications in integration-tests/vertx-http:
- added key pair to server-keystore.jks with alias "anotherserver" (which comes before the existing "server" pair)
- added key pair to new client-keystore-2.jks and added its cert chain to server-truststore.jks with alias "mykey-2"
- renamed existing "mykey" to "mykey-1" in server-truststore.jks
- renamed client-keystore.jks to client-keystore-1.jks

(cherry picked from commit 0f68fa1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/vertx kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants