example/server.conf in fluent-plugin-secure-forward-0.2.6 vs example/server.conf in fluent-plugin-secure-forward-0.3.0
- old
+ new
@@ -1,9 +1,12 @@
<source>
type secure_forward
- self_hostname server
+ secure yes
+ self_hostname localhost
shared_key hogeposxxx0
- cert_auto_generate yes
+ ca_cert_path /Users/tagomoris/github/fluent-plugin-secure-forward/test/tmp/cadir/ca_cert.pem
+ ca_private_key_path /Users/tagomoris/github/fluent-plugin-secure-forward/test/tmp/cadir/ca_key.pem
+ ca_private_key_passphrase testing secret phrase
</source>
<match test.**>
type stdout
</match>