How can I generate a Java Keystore from an already...
# ktor
d
How can I generate a Java Keystore from an already made LetsEncrypt certificate that wasn't provided an alias on creation?
l
I checked out https://tjth.co/creating-java-keystore-existing-ssl-certificate/ .. so I wanted to know how your situation was different
y
Do you want a keystore? Or just to load a certificate pair (cert + private key) to use with SSL at runtime. okhttp-tls can help with the latter.