spark-ssl
spark-ssl copied to clipboard
alias filtering example
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.
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 ? 😊
ok noted, thanks for the suggestion