update ssl to :ssl

This commit is contained in:
Alvaro Miranda Aguilera 2018-01-08 14:21:00 +01:00 committed by GitHub
parent d07fa19ac2
commit a88eb95727
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>