Skip to content

Commit

Permalink
Merge pull request #148 from hnakamur/doc_uppercase_incus_insecure_tls
Browse files Browse the repository at this point in the history
doc: Make Incus_INSECURE_TLS uppercase
  • Loading branch information
stgraber authored Oct 9, 2023
2 parents 9d3f645 + 4cd2516 commit 07e0bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ On the next connection, a new certificate is generated.

The supported protocol must be TLS 1.3 or better.

It's possible to force Incus to accept TLS 1.2 by setting the `Incus_INSECURE_TLS` environment variable on both client and server.
It's possible to force Incus to accept TLS 1.2 by setting the `INCUS_INSECURE_TLS` environment variable on both client and server.
However this isn't a supported setup and should only ever be used when forced to use an outdated corporate proxy.

All communications must use perfect forward secrecy, and ciphers must be limited to strong elliptic curve ones (such as ECDHE-RSA or ECDHE-ECDSA).
Expand Down

0 comments on commit 07e0bee

Please sign in to comment.