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"
If the certificate’s key is password protected, it must then be unlocked with Unlock-TPHubCertificate. 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.