Sha256: d1b05ea393ebec2c021c797975433e2a7c8750b11f4e4053036842d66573eb02
Contents?: true
Size: 542 Bytes
Versions: 6
Compression:
Stored size: 542 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 /Users/tagomoris/github/fluent-plugin-secure-forward/example/certs/cert-with-intermediate.pem private_key_path /Users/tagomoris/github/fluent-plugin-secure-forward/example/certs/key-for-with-intermediate.key private_key_passphrase norikra2 authentication no </source> <match test.**> type stdout </match>
Version data entries
6 entries across 6 versions & 1 rubygems