Skip to content

Commit

Permalink
docs: update a scenario when ca is self signed. (#21090) (#22204)
Browse files Browse the repository at this point in the history
Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
Co-authored-by: Camille Li <camille.li@elastic.co>
  • Loading branch information
bmorelli25 and Camilleli committed Nov 3, 2020
1 parent 9a73867 commit a3d9b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/docs/shared-ssl-config.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ NOTE: SSL settings are disabled if either `enabled` is set to `false` or the
[float]
==== `certificate_authorities`

The list of root certificates for server verifications. If `certificate_authorities` is empty or not set, the trusted certificate authorities of the host system are used.
The list of root certificates for server verifications. If `certificate_authorities` is empty or not set, the trusted certificate authorities of the host system are used. If `certificate_authorities` is self-signed, the host system needs to trust that CA cert as well.
By default you can specify a list of file that +{beatname_lc} will read, but you can also embed a certificate directly in the `YAML` configuration:

[source,yaml]
Expand Down

0 comments on commit a3d9b57

Please sign in to comment.