Skip to content

TLS/SSL recomendations #2516

Answered by DwaneHall
DwaneHall asked this question in Q&A
May 23, 2022 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

I'm not sure how active this discussion board is based on the open questions on here but for those interested it looks like you can use the base Quarkus environment variables when enabling TLS/SSL. I could not find a comprehensive list of their exact names but they appear to align closely with the Quarkus application.properties and I was able to get a TLS connection using the below parameters in the docker compose file.

QUARKUS_HTTP_SSL_CERTIFICATE_KEY_STORE_FILE:
QUARKUS_HTTP_SSL_CERTIFICATE_KEY_STORE_PASSWORD:
QUARKUS_HTTP_SSL_CERTIFICATE_KEY_STORE_FILE_TYPE:
QUARKUS_HTTP_SSL_CERTIFICATE_TRUST_STORE_FILE:
QUARKUS_HTTP_SSL_CERTIFICATE_TRUST_STORE_PASSWORD:
QUARKUS_HTTP_SSL_CERTIFICATE_TR…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@EricWittmann
Comment options

@DwaneHall
Comment options

@jsenko
Comment options

@DwaneHall
Comment options

@carlesarnal
Comment options

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