PKCS8 Fix Attempt #1

This commit is contained in:
Mike Reeves
2018-10-09 10:32:08 -04:00
parent 774b0a91ba
commit 0be926715d
6 changed files with 49 additions and 7 deletions
@@ -9,7 +9,7 @@ input {
ssl => true
ssl_certificate_authorities => ["/usr/share/filebeat/ca.crt"]
ssl_certificate => "/usr/share/logstash/filebeat.crt"
ssl_key => "/usr/share/logstash/filebeat.key"
ssl_key => "/usr/share/logstash/filebeat.p8"
tags => [ "beat" ]
}
}
}