We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca0b6b commit d4b8806Copy full SHA for d4b8806
docset/winserver2022-ps/tls/Enable-TlsCipherSuite.md
@@ -66,7 +66,7 @@ CRYPT_PRIORITY_BOTTOM.
66
Enable-TlsCipherSuite -Name TLS_DHE_DSS_WITH_AES_256_CBC_SHA -Position 0
67
```
68
69
-This command enables cipher suite named TLS_DHE_DSS_WITH_AES_256_CBC_SHA. This command adds the
+This command enables cipher suite named `TLS_DHE_DSS_WITH_AES_256_CBC_SHA`. This command adds the
70
cipher suite the TLS cipher suite list at position 0, which is the highest priority.
71
72
## PARAMETERS
0 commit comments