Oracle Waveset 8.1.1 Resources Reference

Obtain a Certificate for Waveset

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

Use the following commands to obtain a base64-encoded certificate for use in the Waveset 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