Skip to content

Commit

Permalink
update a scenario when ca is self signed. (elastic#21090)
Browse files Browse the repository at this point in the history
* update a scenario when ca is self signed.

[reference](stripe/stripe-go#1003 (comment))

* Update libbeat/docs/shared-ssl-config.asciidoc

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
  • Loading branch information
Camilleli and bmorelli25 committed Oct 27, 2020
1 parent b7b0200 commit a46a0ae
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.

[float]
[[certificate]]
Expand Down

0 comments on commit a46a0ae

Please sign in to comment.