It's all about the answers!

Ask a question

PEM type certificate is not getting accepted by IBM DOORs NG


manisha vinchurkar (314) | asked Jun 10 '21, 5:27 a.m.

 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


permanent link
Richard Rakich (1113) | answered Jun 10 '21, 8:46 a.m.
JAZZ DEVELOPER

 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.



manisha vinchurkar selected this answer as the correct answer

Comments
manisha vinchurkar commented Jun 10 '21, 9:24 a.m.

 Thank you

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.