is there a way to configure mTLS in Helidon MP without saving the following to disk?
- server.sockets.0.tls.trust.keystore-path
- server.sockets.0.tls.private-key.keystore-path
- client.tls.client.keystore-path
If we have these certificates as a Java object is there a way to pass those to the Helidon server? I am using Helidon MP 2.3.1
I have tried configuring it with certificates on disk but I would like to avoid that.