Sun Identity Manager 8.1 Resources Reference

Obtain a Certificate for Identity Manager

SNC requires a certificate to configure a secure connection with the SAP system. This certificate can be obtained from the Identity Manager PSE. The certificate must be exported from the Identity Manager PSE and converted to a base64 encoding.

Use the following commands to obtain a base64-encoded certificate for use in the Identity Manager adapter configuration. The first command exports the certificate into a PKCS12 encoding. The second command converts this certificate into the required base64 encoding.

$ secude psemaint-p idm.pse export Cert PKCS12_File
$ secude encode -i 2048 PKCS12_File Base64_File