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

Security Certificates

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

Collection URL

The resource collection is located at the following URL:

https://<hostname>:<port>/api/v1/settings/certificates

Security CertificatesCollection Representation

{

 "data": [

   {

     "thumbprint": "FA5380EA97A30A7906684B303F2ECA5E252574D7",

     "serialNumber": "0269548249",

     "keyAlgorithm": "RSA",

     "keySize": "2048",

     "subject": "OU=AWS Backup, O=Veeam Software, E=support@veeam.com, C=CH, S=Zug, CN=Veeam AWS Backup Localhost",

     "issuedTo": "Veeam AWS Backup Localhost",

     "issuedBy": "Veeam AWS Backup Local CA 0faff3fc-1f42-499b-ba7f-6c69180ba509",

     "validFrom": "2019-11-26T16:25:57",

     "validBy": "2022-11-25T16:25:57",

     "automaticallyGenerated": false

   }

 ]

}

In This Section