...
Follow the steps below to set up the required SNC.
...
Note!
You are required to replace the <values> in the following commands with your local values.
Prior to setting up the SNC, ensure that the SAP tooling is installed in the /sapmntmz/snc directory.
On the CM server, generate a client PSE with the following:
Code Block ./sapgenpse get_pse -p cmr.pse -x cmr@e1r8 "CN=<cn_name_value>,OU=<ou_value),O=<o_value>,C=<c_value>"
Create the credentials and attach them to the OS users.
Code Block ./sapgenpse seclogin -p cmr.pse -x cmr@e1r8 -O mzadmin
Export the certificate.
Code Block ./sapgenpse export_own_cert -o cmr.crt -p cmr.pse -x cmr@e1r8
Import the certificate to the SAP RFC server. This certificate does not require a signature.
The SAP RFC Server provides a signed certificate to be placed in local PSE on the CM server.
Code Block ./sapgenpse maintain_pk -a E1R_SNC_Certificate.crt -p cmr.pse -x cmr@e1r8
Next, restart the platform.
Code Block mzsh system stop && mzsh restart platform && mzsh system start
SNC Validation
Once you have completed the configuration, you can now validate the SNC by creating an RFC Profile with the SNC option selected. For more information, refer to to SAP RFC Profile (4.03) to be deleted.