Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to have the same SSL certificate for two QA systems hosted in the same server?

ErikaB1
Explorer
0 Kudos

We are hosting 2 QA systems in the same server (same hostname, different SID) and want to use the same SSL certificate for both, we are not using web dispatcher. I tried using parameter wdisp/ssl_certhost with negative results. When trying to import SSL certificate from QA1 to QA2 I get "Certificate Response does not match PSE".

Our company security policies do not allowed us to use *.domain to use in multiple servers.

Is it possible to have the same SSL certificate for two QA systems hosted in the same server?

2 REPLIES 2

BJarkowski
Active Contributor
0 Kudos

Hi,

please try to import the certificate on OS level using sapgenpse:

https://help.sap.com/saphelp_nw70ehp1/helpdata/en/7c/f3d02c3b5e234e8ab2d43d9fd48d29/content.htm

Check the chapter Importing the Certificate Request Response Using SAPGENPSE

Few years back I had to import a certificate without generating a certificate reply and that work. You may want to create empty PSE (without generated certificate request).

Please let us know if that worked for you.

Best regards

Bartosz

ErikaB1
Explorer
0 Kudos

Thanks Bartosz for your reponse.

I found an easier way as long as the hostname of both instances are the same. In STRUST, select SSL Server and export PSE. In the second SAP instance in STRUST --> File --> Import the PSE file saved from the other system. Finally PSE --> Save as --> SSL Server Default. This will work if the hostname is the same in both instances.