Generate keystore:
keytool -genkey -alias tomcat -keyalg RSA -keystore my.keystore -keysize 2048
Generate certificate signing request (CSR)
Download certificate chain, open it on Windows - it stores CA certificate and your certificate answer from CA.
First import CA cert to your keystore and then import answer from CA.