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

NameTypeConstraintsDescription
ssl/trust_certificatesArray of stringPEM certificate data.

Example

server:
  ssl:
    trust_certificates:
      - "@www-dev.pem"
      - "@redis-staging-1.pem"
      - "@redis-staging-2.pem"