--- title: "Reset-VBRBackupServerClientCertificate" description: "The cmdlet removes an old TLS certificate from the Veeam Backup & Replication database and issues a new TLS certificate." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/reset-vbrbackupserverclientcertificate.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Managing Security Settings > Working with TLS Certificates > Reset-VBRBackupServerClientCertificate" dateModified: "2026-08-19" --- # Reset-VBRBackupServerClientCertificate ## Short Description Creates a new TLS certificate in the Veeam Backup & Replication database. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Reset-VBRBackupServerClientCertificate [] ``` ## Detailed Description The cmdlet removes an old TLS certificate from the Veeam Backup & Replication database and issues a new TLS certificate. ## Parameters `` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Examples ::: example ### Creating New TLS Certificate This command returns creates a new TLS certificate and adds it to the Veeam Backup & Replication database. ``` Reset-VBRBackupServerClientCertificate ``` :::