PEM type certificate is not getting accepted by IBM DOORs NG
Hello,
I have generated SSL certificate in form of PEM. When i am adding this type of certificate in server.xml ,doors ng login page is showing site can not reach. When i am replacing it with PKCS12 certificate its working fine.
Below is working:-
<keyStore id="defaultKeyStore" location="abc.p12" type="PKCS12" password="123"/>
Below are not working, i tried type cer and pem in CAPS and lowercase both:-
<keyStore id="defaultKeyStore" location="abc.cer" type="cer" password="123"/>
<keyStore id="defaultKeyStore" location="abc.cer" type="PEM" password="123"/>
Accepted answer
PKCS12 is a type of keystore and this is what is required for Liberty to use to read certificates. You will need to add your certificate in PEM format into the keystore.
You can find the instructions here: https://www.ibm.com/docs/en/elm/7.0.2?topic=certificates-installing-security-certificate