cancel
Showing results for 
Search instead for 
Did you mean: 

PSE Certificates

Former Member
0 Kudos

Can anybody tell me how ro renew PSE Certificates. thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

If you are using STRUST, please check the following documentation:

http://help.sap.com/saphelp_nw2004s/helpdata/en/c1/96b13b6e95b72ce10000000a114084/frameset.htm

In order to renew a certificate, you need to generate a request, send it to a CA and import the response.

Best regards,

Klaus

Former Member
0 Kudos

Go to service.sap.com/tcs. In the service corner click SAP Router Certificates.

Click Apply now. Follow the guided path.

Run the following in the local machine where your sap router is installed.

sapgenpse get_pse -v -r certreq -p local.pse

"CN=yourhostname , OU=123456, OU=SAProuter, O=SAP, C=DE"

The CN,OU,OU,O,C values in the second line you will get from the service.sap.com screen

after clicking the Apply now button.Only use what u get from the said screen.

This will generate a file in /saprouter folder named certreq.

Copy the contents of this file from

-


BEGIN CERTIFICATE REQUEST-----

to

-


END CERTICIFICATE REQUEST-----

both lines inclusive.

Paste the same in the place provided in the screen of service.sap.com where you are now.

Click request certiicate.

The next screen will show the certificate. Copy it in the same manner ie from ---BEGIN....

till -


END CERTIFICATE....

In the folder \saprouter of the machine where your router is installed there will be a file

srcert. Open it in notepad. Delete the contents and paste the new certificate contents tht you have

copied in that and save.

Next import the certificate using the following command

/sapgenpse import_own_cert -c srcert -p local.pse

Pl dont forget to award points if resolved.

Regards