...
Rw ui textbox macro |
---|
|
Example! |
Tip |
---|
Example !Example SAP CC Core Server Instance Map: Code Block |
---|
#InstanceId ; HCISecure ; HCIHost ; HCIPort ; WSSecure ; WSHost ; WSPort ; ExternalSecure ; ExternalHost ; ExternalPort ; InternalSecure ; InternalHost ; InternalPort
updater#1 ; off ; ec2-13-229-84-66.ap-southeast-1.compute.amazonaws.com ; 9000 ; off ; ec2-13-229-84-66.ap-southeast-1.compute.amazonaws.com ; 9080 ; ; ; ; ; ;
dispatcher#1 ; off ; ec2-13-229-84-66.ap-southeast-1.compute.amazonaws.com ; 9100 ; off ; ec2-13-229-84-66.ap-southeast-1.compute.amazonaws.com ; 9180 ; oneway ; ec2-13-229-84-66.ap-southeast-1.compute.amazonaws.com ; 2000 ; off ; ec2-13-229-84-66.ap-southeast-1.compute.amazonaws.com ; 2100 |
|
...
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. Code Block |
---|
keytool -importcert -alias sapcc -file certificate.x509.pem -keystore client.truststore -storetype pkcs12 -storepass examplepw |
In the SAP CC agent, tick Enable Secured Connection checkbox and configure the following fields: Keystore Path: /path/to/client.truststore Keystore Password: examplepw |
...