Update broken link oon provisioners connection page

This commit is contained in:
Laura Pacilio 2021-07-09 10:30:35 -04:00
parent 493d4b8dc8
commit f5c463c27e
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ block would create a dependency cycle.
* `insecure` - Set to `true` to not validate the HTTPS certificate chain.
* `use_ntlm` - Set to `true` to use NTLM authentication, rather than default (basic authentication), removing the requirement for basic authentication to be enabled within the target guest. Further reading for remote connection authentication can be found [here](https://msdn.microsoft.com/en-us/library/aa384295(v=vs.85).aspx).
* `use_ntlm` - Set to `true` to use NTLM authentication, rather than default (basic authentication), removing the requirement for basic authentication to be enabled within the target guest. Further reading for remote connection authentication can be found [here](https://docs.microsoft.com/en-us/windows/win32/winrm/authentication-for-remote-connections?redirectedfrom=MSDN).
* `cacert` - The CA certificate to validate against.