Variable Name | Type | Required | Default | Description |
---|---|---|---|---|
protocol | string | No | - | Protocol Default: :tcp |
version | string | No | - | Version Default: 'TLSv1_2' |
ciphers | string | No | - | Ciphers Default: "ALL:!aNULL:!eNULL:!SSLv2" |
insecure | bool | No | - | Use secure connection when use tls) Default: false |
ca_path | string | No | - | Specify path to CA certificate file |
cert_path | string | No | - | Specify path to Certificate file |
private_key_path | string | No | - | Specify path to private Key file |
private_key_passphrase | string | No | - | public CA private key passphrase contained path |
client_cert_auth | bool | No | - | When this is set Fluentd will check all incoming HTTPS requests for a client certificate signed by the trusted CA, requests that don't supply a valid client certificate will fail. |
ca_cert_path | string | No | - | Specify private CA contained path |
ca_private_key_path | string | No | - | private CA private key contained path |
ca_private_key_passphrase | string | No | - | private CA private key passphrase contained path |