Skip to content

Commit

Permalink
minor change from review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
juliebin committed Oct 23, 2023
1 parent b62fe31 commit 4f1d513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/momentum/4/config/tls-protocols.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ In Centos/RHEL 5, which are typically shipped with OpenSSL 0.98, TLSv1.1, TLSv1.
<a name="idp26999712"></a>
## Scope

`tls_ciphers` is valid in the binding, binding_group, domain, ecstream_listener, esmtp_listener, global, http_listener, listen, pathway, pathway_group and peer scopes.
`tls_protocols` is valid in the binding, binding_group, domain, ecstream_listener, esmtp_listener, global, http_listener, listen, pathway, pathway_group and peer scopes.
2 changes: 1 addition & 1 deletion content/momentum/4/config/tlsv13-ciphersuites.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ By default (if not explicitly specified through this configuration option), only
On the host machine, `openssl11 ciphers -s -tls1_3` can show the default TLSv1.3 ciphersuites;
`openssl11 ciphers -tls1_3 -v -s -ciphersuites TLS_AES_128_CCM_8_SHA256:TLS_AES_128_CCM_SHA256` can
check whether the last two ciphersuites are supported if enabled.
For more information about the TLSv1.3 cihersuites, see
For more information about the TLSv1.3 ciphersuites, see
[https://wiki.openssl.org/index.php/TLS1.3#Ciphersuites](https://wiki.openssl.org/index.php/TLS1.3#Ciphersuites).


Expand Down

0 comments on commit 4f1d513

Please sign in to comment.