Unlock-TPHubCertificate

67 views 0

Description

If a certificate (just) loaded, with Add-TPHubCertificate, is protected by a password, then unlock it with this Cmdlet. This generally applies to certificates of the type .pfx and .p12 (see Certificates).

Syntax

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

Example

Unlock-TPHubCertificate -Password 12345

 unlocking the key of an uploaded certificate with its password

The result in the web console is shown below.

unlocked web server certificate for the ThinPrint Hub

Finally, a function must be assigned to the certificate with Set-TPHubSslConfig.

Previous Page
Next Page

Was this helpful?