Updates to SSC Module -- provide better SSL support for Connect-SscServer

Moving the code to set SslProtocol to a separate parameter instead of hiding it under SkipCertificateCheck.
Updating Module Version to denote this minor change.

Signed-off-by: Brian Wuchner <brian.wuchner@gmail.com>
This commit is contained in:
Brian Wuchner
2022-01-24 14:48:21 -05:00
parent 4e9093d0e5
commit c46d3522bd
2 changed files with 7 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ SPDX-License-Identifier: BSD-2-Clause
RootModule = 'SaltStackConfig.psm1'
# Version number of this module.
ModuleVersion = '0.0.5'
ModuleVersion = '0.0.6'
# Supported PSEditions
# CompatiblePSEditions = @()