From 3fa33ce96bec0e52b2a932b3e2d52c0523013bfc Mon Sep 17 00:00:00 2001 From: Artem Zinenko Date: Fri, 19 Oct 2018 19:34:03 +0500 Subject: [PATCH] Fixed typos in winrm doc (#47351) --- docs/docsite/rst/user_guide/windows_winrm.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/user_guide/windows_winrm.rst b/docs/docsite/rst/user_guide/windows_winrm.rst index be1a381169..6b4f4cde9f 100644 --- a/docs/docsite/rst/user_guide/windows_winrm.rst +++ b/docs/docsite/rst/user_guide/windows_winrm.rst @@ -486,7 +486,7 @@ There are two ways that older hosts can be used with CredSSP: has no way of supporting TLS 1.2 To enable TLS 1.2 support on Server 2008 R2 and Windows 7, the optional update -`KRB3080079 `_ +`KB3080079 `_ needs to be installed. Once the update has been applied and the Windows host rebooted, run the following @@ -494,7 +494,7 @@ PowerShell commands to enable TLS 1.2: .. code-block:: guess - $reg_path = "HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProvider\SCHANNEL\Protocols\TLS 1.2" + $reg_path = "HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2" New-Item -Path $reg_path New-Item -Path "$reg_path\Server" New-Item -Path "$reg_path\Client"