--- title: "Add-VBRCloudGatewayCertificate" description: "Assigns a TLS certificate to the service provider. Platform: VMware, Hyper-V Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet provides the following parameter sets: This cmdlet assigns a TLS certificate to t" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/add-vbrcloudgatewaycertificate.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam Cloud Connect > Veeam Cloud Connect TLS Certificates > Add-VBRCloudGatewayCertificate" dateModified: "2026-08-19" --- # Add-VBRCloudGatewayCertificate ## Short Description Assigns a TLS certificate to the service provider. **Platform**: VMware, Hyper-V **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
FromStore
FromFile
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Certificate |
Specifies the certificate you want to use. Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
CertificatePath |
Specifies the full path to the PFX file associated with the certificate. |
|
True |
Named |
False |
|
Password |
Specifies the full path to the KEY file associated with the certificate. |
|
False |
Named |
False |
|
PrivateKeyPath |
Specifies a secure string that contains the password for the certificate file, if the file is protected. |
|
True |
Named |
False |
|
Confirm |
Defines that the cmdlet will display a prompt that asks if you want to continue running the command. |
|
False |
Named |
False |
|
WhatIf |
Defines that the cmdlet will write a message that describes the effects of running the cmdlet without actually performing any action. |
|
False |
Named |
False |