Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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"/>

0 votes


Accepted answer

Permanent link

 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

0 votes

Comments

 Thank you

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 6,122

Question asked: Jun 10 '21, 5:27 a.m.

Question was seen: 683 times

Last updated: Jun 10 '21, 9:24 a.m.

Confirmation Cancel Confirm