spark-ssl icon indicating copy to clipboard operation
spark-ssl copied to clipboard

alias filtering example

Open mpkusnierz opened this issue 2 years ago • 2 comments

It would be good to show an example where a specific certificate is selected from the keystore by specifying the certificate alias. I am not sure this certificate selection/filtering by alias actually works; I have a keystore containing multiple certificates, and sometimes spark ends up apparently selecting a self-signed PrivateKeyEntry certificate from the keystore instead of the properly signed cert despite the fact that I am passing in the certificate alias for the correctly signed cert.

mpkusnierz avatar Feb 14 '23 13:02 mpkusnierz

Hi @mpkusnierz, I haven't touched this repo in 7 years. Maybe you want to come over to https://github.com/javalin/javalin and https://github.com/javalin/javalin-ssl ? 😊

tipsy avatar Feb 14 '23 17:02 tipsy

ok noted, thanks for the suggestion

mpkusnierz avatar Feb 14 '23 17:02 mpkusnierz