Tests whether a valid SSL certificate is bound to the SystoLOCK port.
Test-SystoLockCertificateBinding [[-Port] <UInt16>] [<CommonParameters>]
The Test-SystoLockCertificateBinding
cmdlet tests whether an SSL certificate is bound to the SystoLOCK service port and the certificate is valid according to system validation procedure.
PS C:\> Test-SystoLockCertificateBinding
Tests the SSL certificate binding on the default port 21572.
PS C:\> Test-SystoLockCertificateBinding -Port 21754
Tests the SSL certificate binding on a custom port 21574.
Specifies a port from which the SSL certificate binding to be retrieved.
Type: UInt16
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Port number.
$true
if an SSL certificate is bound to the SystoLOCK service port and the certificate is valid according to the system validation procedure; otherwise, $false
.
Get-SystoLockCertificateBinding
Set-SystoLockCertificateBinding
Remove-SystoLockCertificateBinding