This is an archive version of the document. To get the most up-to-date information, see the current version.

Certificate

The /certificates resource collection represents TLS certificate details used to establish secure communication between the web browser and the Veeam Backup for Microsoft Azure server.

Collection URL

The resource collection is located at the following URL:

https://<hostname>/api/v3/settings/certificates

CertificateCollection Representation

[

 {

   "keySize": 2048,

   "keyAlgorithm": "RSA",

   "thumbPrint": "2CD0D052BD8FB94316A7CED8D728EA405A295580",

   "serialNumber": "6C5549823DDF0C9B",

   "type": "WebServer",

   "issuedBy": "VBA Web server",

   "issuedTo": "VBA Web server",

   "subject": "O=Veeam, OU=Cloud Backup, CN=VBA Web server",

   "expirationDateUtc": "2021-12-08T14:51:45+00:00",

   "isAutoGenerated": true

 },

 {

   "keySize": 2048,

   "keyAlgorithm": "RSA",

   "thumbPrint": "F58952099D277ED2A3E5C9087C982F136F8C1A50",

   "serialNumber": "00ABF9AC93EDD215E0",

   "type": "Worker",

   "issuedBy": "VBA Worker root CA",

   "issuedTo": "VBA Worker root CA",

   "subject": "O=Veeam, OU=Cloud Backup, CN=VBA Worker root CA",

   "expirationDateUtc": "2021-11-06T14:51:45+00:00",

   "isAutoGenerated": true

 }

]

In This Section