Using AdvancedTlsX509TrustManager
and AdvancedTlsX509KeyManager
#1143
Unanswered
sancheztavo
asked this question in
Q&A
Replies: 1 comment
-
In the end I added the following to the Configuration:
Since in my case both the key and certificates are updated periodically at the same time, I don't need the Let me know if there is a better way of doing this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Could anyone point me to the most straightforward way of using
AdvancedTlsX509TrustManager
andAdvancedTlsX509KeyManager
when usinggrpc-spring
?I need it for the server automatically reloading the certificates and keys.
Beta Was this translation helpful? Give feedback.
All reactions