Skip to content

Commit

Permalink
chore: update inline docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed Oct 9, 2023
1 parent cf5648d commit 2eead2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ config :logflare,
ssl_opts:
if(System.get_env("DB_SSL") == "true",
do: [
# ssl opts follow recs here: https://erlef.github.io/security-wg/secure_coding_and_deployment_hardening/ssl
verify: :verify_peer,
cacerts: :public_key.cacerts_get(),
# allow unknown CA
# allow intermediate CA
depth: 3,
versions: [:"tlsv1.2"],
# support wildcard
Expand Down

0 comments on commit 2eead2a

Please sign in to comment.