Description
Removes certificates that are not currently assigned a function with Set-TPHubSslConfig (see Certificates)
Syntax
Remove-TPHubCertificate -Name <string> -Thumbprint <string> -Certificate <variable>
[-Proxy <string>]
Parameter | Description |
-Name | removes the certificate with this name |
-ThumbPrint | removes the certificate with this thumbprint |
-Certificate | certificate defined with variable |
-Proxy | • optional (from firmware version 1.1): proxy server address • can also be specified globally using Set-TPHubProxy |