Skip to content

Questions around using cert/key pair for TLS #22851

Answered by sberyozkin
DGuhr asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @DGuhr, @maxandersen

Here are some comments

What exactly is meant by "load the given files as resources"?

Max has explained, it is looked at as a classpath resource first

and where does the generated keystore then rely in the filesystem?

When I looked at the code last time I don't think I saw the keystore being generated into the file system somewhere, it is kept in memory (internally by Vert.x) as far as I recall in this case when you do

quarkus.http.ssl.certificate.file=
quarkus.http.ssl.key.file=

If quarkus.http.ssl.certificate.key-store-file is set then yes, the password is really necessary, but with those properties, with the in-memory keystore, I guess the default password s…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@DGuhr
Comment options

Answer selected by DGuhr
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