SSL/Trust Certificates
server/ssl/trust_certificates[]
PEM based signer certificates or signer certificate chains which should be added to IAG's trust store. These can be signer certificates which are required for secure communication with resource servers or external services.
Properties
Name | Type | Constraints | Description |
---|---|---|---|
ssl/trust_certificates | Array of string | PEM certificate data. |
Example
server:
ssl:
trust_certificates:
- "@www-dev.pem"
- "@redis-staging-1.pem"
- "@redis-staging-2.pem"
Updated about 1 year ago