example/cert_c.conf in fluent-plugin-secure-forward-0.4.2 vs example/cert_c.conf in fluent-plugin-secure-forward-0.4.3
- old
+ new
@@ -1,15 +1,15 @@
<source>
- type forward
+ @type forward
</source>
<match test.**>
- type secure_forward
+ @type secure_forward
secure yes
enable_strict_verification yes
self_hostname client
shared_key norikra2
- ca_cert_path /Users/tagomoris/github/fluent-plugin-secure-forward/root.pem
+ ca_cert_path "#{Dir.pwd}/example/root.pem"
<server>
host 127.0.0.1
hostlabel testing.fluentd.org
</server>
flush_interval 1s