I have all the required files to import to my apache tomcat, that is:
- the Certificate Request file (CSR file)
- the RSA PRIVATE KEY file
- the certificates (root, intermediates and Entity/Domain) that was sent to me by the Certificate Authority.
Now i need to import them to my apache tomcat server.
My question is, given that i havent created any key store to my server (the CSR and private key were sent to me, i didnt created them with e.g. keytool), what should be the next steps? Should i have to create a new keystore through keytool -genkey command (which alias?) ? And if so, which of the files above should i import? As far as i can see the keytool command doesnt support to import an existing CSR.