I need to make my website SSL configured. I have the following files with me: file.csr and file.jks
and I need the following files to SSL enable my website: file.crt and file.key and keystore
I have searched through the internet but found no help regarding. Can anyone tell me how I can get these files using the files I already have?
I have tried multiple options for conversion but nothing worked.
<Connector port="8442" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="150" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" keystoreFile="/conf/keys/server/keystore" keystorePass="CHANGEME"/>