--- title: "Add-VBRBackupServerCertificate" description: "Specifies a TLS certificate used to establish secure communication from backup infrastructure components to the backup server." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/add-vbrbackupservercertificate.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Veeam Backup & Replication Settings > Configuring Security Settings > Add-VBRBackupServerCertificate" dateModified: "2026-08-19" --- # Add-VBRBackupServerCertificate ## Short Description Specifies a TLS certificate used to establish secure communication from backup infrastructure components to the backup server. **Product Edition**: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
FromStore
Name
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 certificate file (for example, a |
|
True |
Named |
False |
|
Force |
Defines that the cmdlet installs the certificate without prompting you to confirm the operation. |
|
False |
Named |
False |
|
Name |
Note: This parameter is obsolete. Specifies a friendly name for the self-signed TLS certificate. |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
Password |
Specifies a secure string that contains the password for the certificate file. |
|
False |
Named |
False |
|
PrivateKeyPath |
Specifies the full path to the KEY file associated with the certificate. |
|
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 |