Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
juliebin committed Sep 20, 2023
1 parent 35d6072 commit 7cea18e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/momentum/4/config/tlsv13-ciphersuites.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ allowable ciphersuites must be a subset of the available TLSv1.3 ciphersuites on

**OpenSSL**

When TLS_Engine is set to `openssl`, TLSv13_Ciphersuites specifies a "ciphersuite list", which is a
When TLS_Engine is set to `openssl`, `TLSv13_Ciphersuites` specifies a "ciphersuite list", which is a
colon (":") separated list of the supported TLSv1.3 ciphersuite names in order of preference.
There are 5 valid TLSv1.3 ciphersuites that are supported by OpenSSL 1.1.1:
```
Expand All @@ -41,6 +41,7 @@ For more information about the TLSv1.3 cihersuites, see


* To set the option to all the 5 TLSv1.3 ciphersuites supported by OpenSSL 1.1.1:

`TLSv13_Ciphersuites = "TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256:TLS_AES_128_CCM_8_SHA256:TLS_AES_128_CCM_SHA256"`

The default value (when this option is left unset) is
Expand Down

0 comments on commit 7cea18e

Please sign in to comment.