Use of Windows Keystores/Truststores #25539
Replies: 3 comments 2 replies
-
@cescoffier Hi Clement, does Vert.x HTTP provide such a support ? (Directly at the Vert.x level) |
Beta Was this translation helpful? Give feedback.
-
I think it is an interposition over a Windows registry or something like that. |
Beta Was this translation helpful? Give feedback.
-
@mattgagliardi At the Quarkus level, when configuring its So if you need to set up a key store type and a key store provider and it is currently not possible in Quarkus-based Keycloak then please ask the Keycloak team to add these options |
Beta Was this translation helpful? Give feedback.
-
I'm working on a project utilizing Keycloak (on Windows at the moment...in JVM mode, not native); in the prior Wildfly-based versions of it I've been able to leverage the Windows truststore (Windows-ROOT) and keystore (Windows-My) rather than leveraging bare cert/key files or standard Java keystores/truststores. I'm wondering if this capability exists in Quarkus and if so could someone point me towards an example or some documentation? I've spent several hours this morning trying various combinations of the options listed here (link), specifically the items related to "http-ssl-certificate" and have yet to stumble onto anything that allows the server to start. The error I'm consistently getting in the console is:
[org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: Key material not provided to setup HTTPS. Please configure your keys/certificates or start the server in development mode.
Beta Was this translation helpful? Give feedback.
All reactions