Hi, is it possible to use a format other than JKS ...
# ktor
w
Hi, is it possible to use a format other than JKS for TLS/HTTPS in Ktor?
c
No, it isn't. Why do you need it? Isn't it easy to convert your keys/certificates?
Sorry, it's not exactly impossible, just not so easy todo
You can configure an embedded server's connector with custom keystore loaded via bouncycastle
w
Well it's not too easy to convert my certificates to JKS and I get a warning from keytool (from openjdk) that the format is proprietary. I don't really like the idea of using proprietary formats. Thank you for those resources!