Gets the SSL certificate binding information.
Get-SystoLockCertificateBinding [[-Port] <UInt16>] [<CommonParameters>]
The Get-SystoLockCertificateBinding
cmdlet gets the SSL certificate binding information for SystoLOCK service.
PS C:\> Get-SystoLockCertificateBinding
Returns SSL certificate binding information.
PS C:\> Get-SystoLockCertificateBinding -Port 21574
Returns SSL certificate binding information on the specified port.
Specifies the port number from which the SSL certificate binding is 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.
Contains information about the SSL certificate binding.
Certificate: an SSL certificate object.
Port: the port the SSL certificate is bound to.
Store: the store where the SSL certificate resides.
Thumbprint: the thumbprint of the SSL certificate.
Remove-SystoLockCertificateBinding
Set-SystoLockCertificateBinding
Test-SystoLockCertificateBinding