Start of Content Area

Procedure documentation Exporting the Server's Certificate Using SAPGENPSE  Locate the document in its SAP Library structure

Use the tool's command export_own_cert to export the server's certificate:

Syntax

sapgenpse export_own_cert -o <output_file> -p <PSE_name> [-x <PIN>]

Where:

Standard Options

Option

Parameter

Description

Allowed Values

Default

-o

<output_file>

Exports the certificate to the named file

Path description (in quotation marks, if spaces exist)

stdout

-p

<PSE_name>

Path and file name for the server's PSE

Path description (in quotation marks, if spaces exist)

None

-x

<PIN>

PIN that protects the PSE

Character string

None

Example

Exporting the Application Server's Public-Key Certificate

The following command line exports the application server's public-key certificate (<SID> = ABC) to the file D:\usr\sap\ABC\DVEBMGS28\sec\ABC.crt. The PSE is located at D:\usr\sap\ABC\DVEBMGS28\sec\ABC.pse and the PIN that protects the PSE is abcpin.

sapgenpse export_own_cert -o D:\usr\sap\ABC\DVEBMGS28\sec\
ABC.crt -p D:\usr\sap\ABC\DVEBMGS28\sec\ABC.pse -x abcpin

 

 

 

End of Content Area