Check if this helps - From the URS Deployment Guide, page 59:
To support HTTPS Web Service connections using HTTP Bridge, the following information need to be specified: Certificate, Certificate Key and Trusted CA.
If the URL that is passed from URS to HTTP Bridge starts with https://, HTTP Bridge will try to extract these attributes from the parameters of the specific Web Service Object, or if not found, then from the corresponding HTTP Bridge options: def_certificate, def_certificate_key, def_trusted_ca. These options are specified in URS's web folder (which is where all other HTTP Bridge options are specified).
HTTP Bridge reads the attributes and passes them to the connection library. The connection library is responsible for providing secure communications.
On Windows, only the Certificate attribute needs to be specified; on UNIX, all three are required for proper operation.
Below are some examples of values for these attributes.
- Windows:Certificate: 21 32 33 63 74 95 ... 01
- UNIX:
- Certificate: /home/gcti/.security/certificate.pem
- CertificateKey: /home/gcti/.security/certificate-key.pem
- TrustedCA: /home/gcti/.security/ca.pem
For more information about how to use certificates (such as how to create and deploy them), refer to the Genesys 8.1 Security Deployment Guide