Tls.psd1
@{ RootModule = 'Tls.psm1' ModuleVersion = '1.0.3' CompatiblePSEditions = @( 'Core' 'Desktop' ) GUID = 'b3288228-9ca1-454c-9e10-ca9ecea70fe3' Author = 'PSModule' CompanyName = 'PSModule' Copyright = '(c) 2025 PSModule. All rights reserved.' Description = 'A module for working with TLS settings.' PowerShellVersion = '5.1' ProcessorArchitecture = 'None' TypesToProcess = @() FormatsToProcess = @() FunctionsToExport = @( 'Get-TLSConfig' 'Set-TLSConfig' ) CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() ModuleList = @() FileList = @( 'Tls.psm1' ) PrivateData = @{ PSData = @{ Tags = @( 'Linux' 'MacOS' 'PSEdition_Core' 'PSEdition_Desktop' 'Windows' ) LicenseUri = 'https://github.com/PSModule/Tls/blob/main/LICENSE' ProjectUri = 'https://github.com/PSModule/Tls' IconUri = 'https://raw.githubusercontent.com/PSModule/Tls/main/icon/icon.png' } } } |