Sha256: a2e729df555d82f6f9a0b23ab9e11b637c62c47197f66e9038cf11720aa7636d

Contents?: true

Size: 464 Bytes

Versions: 3

Compression:

Stored size: 464 Bytes

Contents

# To check SSL certificate informations
# openssl s_client -connect testing.fluentd.org:24284 -showcerts

<source>
  @type secure_forward
  secure yes
  self_hostname testing.fluentd.org
  shared_key norikra2
  cert_path        "#{Dir.pwd}/example/certs/cert-with-intermediate.pem"
  private_key_path "#{Dir.pwd}/example/certs/key-for-with-intermediate.key"
  private_key_passphrase norikra2
  authentication no
</source>

<match test.**>
  @type stdout
</match>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fluent-plugin-secure-forward-0.4.5 example/cert_i.conf
fluent-plugin-secure-forward-0.4.4 example/cert_i.conf
fluent-plugin-secure-forward-0.4.3 example/cert_i.conf