cancel
Showing results for 
Search instead for 
Did you mean: 

exporting private key while generating ssl

Former Member
0 Kudos

Hi

I would like to generate a certificate signing request for sap webdispatcher to get a wildcard certificate. However the CA says that the private key has to be exported for the certificate to be used in another webserve (for example IIS). the below document says that the private key is not accessible in sap web as. Are there any tools that enables us to export the private key? can we use openssl? could you advise documentation to use openssl or other tools? many sources say that openssl is used mainly in apach servers? is there any restriction for the sap web as?

http://help.sap.com/saphelp_nwmobile71/helpdata/en/84/7451f9519449288ebe09d436d4f5fb/frameset.htm

If you could kindly advise, I will be grateful..

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

the issue is about to be solved using sapgenpse and exporting the pse in .p12 format. .p12 format is supported by many web servers. openssl is also supported.