Add-TPHubCertificate

123 views 0

Description

Uploads a certificate onto the Hub (see Certificates)
file type: .pfx, .p12 or .cer

Syntax

Add-TPHubCertificate -Path <string> [-Proxy <string>]
Parameter Description
-Path path to the certificate
-Proxy • optional (from firmware version 1.1): proxy server address
• can also be specified globally using Set-TPHubProxy

Example

Add-TPHubCertificate -Path "C:\ThinPrint Hub\TPHub-c25e75_Company XYZ-CA.pfx"

loading a certificate into the Hub, here: TPHub-c25e75_Company XYZ-CA.pfx

If the certificate’s key is password protected, it must then be unlocked with Unlock-TPHubCertificate (Illus. Unlock Certificate). If you change your mind, however, you can still remove this certificate now with Remove-TPHubUnconfirmedCertificate.
Finally, a function must be assigned to the certificate with Set-TPHubSslConfig.

Previous Page
Next Page

Was this helpful?