supports We support TLS/SSL handshaking for one-way authentication between a SAP CC client and SAP CC core server.
...
Configure SAP CC Core Server with one-way authentication for the respective Instance and Services.
Configure Client Configure SAP CC Client to trust SAP CC Core Server.
...
SAP CC Architecture Diagram including SAP CM() as CM as a third-party element.
Info |
---|
Info!For more information, please read Identifying services involved in the Client/Server communication |
For our case, you will turn on one-way for ExternalSecure
targeted service on the Dispatcher
instance.
Rw ui textbox macro | ||
---|---|---|
| ||
Example!Example SAP CC Core Server Instance Map:
|
Configure
...
SAP CC Client To Trust SAP CC Core Server
Take the SAP CC Core Server’s Public Certificate (X.509v3 format encoded in DER), and configure in MZ SAP CC client to trust the SAP CC Core Server.
One of the example method is using the keytool
command to add this server certificate to client truststore, and use this truststore for your SAP CC agent.
Rw ui textbox macro | ||
---|---|---|
| ||
Example!Import the server certificate “certificate.x509.pem“ to generate “client.truststore” file.
In the SAP CC agent, tick Enable Secured Connection checkbox and configure the following fields: Keystore Path: /path/to/client.truststore Keystore Password: examplepw |
...