Removes SSL certificate binding from the service port.
Remove-SystoLockCertificateBinding [-PassThru] [[-Port] <UInt16>] [<CommonParameters>]
The Remove-SystoLockCertificateBinding
cmdlet removes the SSL certificate binding from the SystoLOCK service port.
This cmdlet does not generate any output, unless PassThru parameter is specified.
PS C:\> Remove-SystoLockCertificateBinding
Removes SSL certificate binding from the SystoLOCK server port (21572).
PS C:\> Remove-SystoLockCertificateBinding -Port 21754
Removes SSL certificate binding from the specified port.
Returns a certificate binding object that the cmdlet has removed.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies a custom port from which the SSL certificate binding to be removed.
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.
Get-SystoLockCertificateBinding
Set-SystoLockCertificateBinding
Test-SystoLockCertificateBinding