Certificates
Header
Level: Advanced
Keywords: certificates, integration
The result: trusted server certificates and client certificates for signing the called services
How to import a server certificate?​
Server services that are published under an untrusted certificate can be marked as trusted by importing its certificate.
data
|
└──common
└──certs
└──trusted-certs
└──example.cer
└──client-certs
|
└──lids
└──logs
└──settings
└──...
How to import a client certificate?​
Web service requests are signed with a client certificate. These requests can be signed by importing a certificate. Certificates must be stored in .jks or .pem file.
data
|
└──common
└──certs
└──trusted-certs
└──client-certs
└──keystore.jks
└──service_b.pem
|
└──lids
└──logs
└──settings
└──...