Get-TPHubCertificate

44 views 0

Description

Displays all the certificates uploaded with Add-TPHubCertificate – regardless of whether they have already been assigned a function with Set-TPHubSslConfig (see Certificates)

Syntax

Get-TPHubCertificate [-Name <string>] [-ThumbPrint <string>] [-Proxy <string>]
Parameter Description
-Name filter to display a specific certificate according to its name
-ThumbPrint filter to display a specific certificate according to its thumbprint
-Proxy • optional (from firmware version 1.1): proxy server address
• can also be specified globally using Set-TPHubProxy

Example

Get-TPHubCertificate

 all uploaded certificates displayed

Previous Page
Next Page

Was this helpful?