Merge pull request #9346 from hashicorp/winrm-ssl-doc

update ssl to :ssl
This commit is contained in:
Brian Cain 2018-01-09 14:19:08 -08:00 committed by GitHub
commit 9a1264c267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ to use port 4567 to talk to the guest if there is no other option.
<hr>
`config.winrm.transport` - The transport used for WinRM communication. Valid settings include: `:negotiate`, `ssl`, and `:plaintext`. The default is `:negotiate`.
`config.winrm.transport` - The transport used for WinRM communication. Valid settings include: `:negotiate`, `:ssl`, and `:plaintext`. The default is `:negotiate`.
<hr>