Hi SAP Experts,
I am trying to do SSL configuration for Tomcat in SAP BOBJ. I have used the keytool to generate the keystore and the import the CA signed certificate. The web page is perfectly opening in the internet explorer, but it is giving not secure warning in the Microsoft Edge and Google Chrome.
The commands used:
Generate keystore
./keytool -genkeypair -alias tomcat -keyalg RSA -keysize 2048 -keystore /usr/sap/BOQ/SSL/bod.keystore -ext "san=dns:abc.com,dns:abcltd.abc.com"
CN=bod.abc.com, OU=SAP,O=ABC,L=D1, ST=D1, C=IE
Generate CSR
./keytool -certreq -keyalg RSA -alias tomcat -file /usr/sap/BOQ/SSL/certreq.csr -keystore /usr/sap/BOQ/SSL/bod.keystore
Import the CA signed certificate
./keytool -import -alias tomcat /usr/sap/BOQ/SSL/bod.keystore -file /usr/sap/BOQ/SSL/bod.p7b
Please help.
Best Regards,
Aditya Chaudhary