I used all the tutorials on the web to be able to generate a keystore and use it in the configuration of the tomcat 9 server under ubuntu
The three keys received from my site provider(IONOS) are:
private_key.key :
-----BEGIN RSA PRIVATE KEY----- -----END RSA PRIVATE KEY-----
ssl_certificate.cer :
-----BEGIN CERTIFICATE----- -----END CERTIFICATE-----
ssl_certificate_INTERMEDIATE.cer :
-----BEGIN CERTIFICATE----- -----END CERTIFICATE-----
The connector is configured as below :
Question : how can i generate my keystore key to use with tomcat server. Thanks in advance for your response and help