cancel
Showing results for 
Search instead for 
Did you mean: 

Webdispatcher certificate

Ayax
Participant
0 Kudos

Hello,

I have requested a certificate to VeriSign for a Web dispatcher, I did ask them to be in PKCS#7 certificate chain format. In response I received two certificates, one for the web server and another one as the intermediate CA certificate. I am not sure it is PKCS#7 format because in

http://help.sap.com/saphelp_nw70/helpdata/EN/41/fc9fe41571814ab5779d5482ce6e55/frameset.htm

it says that when it is in PEM format then I receive two certificates. I am not sure if I should treat the certificates as PEM and in that case where should I put the Intermediate CA certificate?

Regards,

Ayax

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ayax

What we did is we used sapgenpse's following command.

sapgenpse import_own_cert -p <pse file> -x <pin> -c <certificate> -r <intermediate cert> and imported that it that way.

I'm not sure if that is the proper way to be doing it but that's how we did it without any errors.