TLS config for syslog-ng outputs 🔗︎
Overview 🔗︎
More info at https://www.syslog-ng.com/technical-documents/doc/syslog-ng-open-source-edition/3.37/administration-guide/32#kanchor2338
Configuration 🔗︎
TLS 🔗︎
ca_dir (*secret.Secret, optional) 🔗︎
The name of a directory that contains a set of trusted CA certificates in PEM format. more information
Default: -
ca_file (*secret.Secret, optional) 🔗︎
The name of a file that contains a set of trusted CA certificates in PEM format. (Optional) more information
Default: -
key_file (*secret.Secret, optional) 🔗︎
The name of a file that contains an unencrypted private key in PEM format, suitable as a TLS key. more information
Default: -
cert_file (*secret.Secret, optional) 🔗︎
Name of a file, that contains an X.509 certificate (or a certificate chain) in PEM format, suitable as a TLS certificate, matching the private key set in the key-file() option. more information
Default: -
peer_verify (string, optional) 🔗︎
Verification method of the peer. more information
Default: -
use-system-cert-store (*bool, optional) 🔗︎
Use the certificate store of the system for verifying HTTPS certificates. more information
Default: -
cipher-suite (string, optional) 🔗︎
Description: Specifies the cipher, hash, and key-exchange algorithms used for the encryption, for example, ECDHE-ECDSA-AES256-SHA384. The list of available algorithms depends on the version of OpenSSL used to compile syslog-ng OSE
Default: -