Download CA-Bundle certificates
GET/api/v1/machines/:machineIdOrAlias/certificate/ca-bundle/download
This API download CA-Bundle certificates associated with the machine identified by the provided machineId or machine alias.CA-Bundle certificates refer to a collection of intermediate and root certificates that form the complete certificate chain required for SSL/TLS authentication
Request
Path Parameters
machineIdOrAlias stringrequired
The machineId - unique id of the machine, alias - machine alias
Responses
- 200
Success response
- text/plain
- Schema
- Download CA-Bundle certificates
Schema
string
Download CA-Bundle certificates response example
----BEGIN CERTIFICATE-----
certificate data....
-----END CERTIFICATE-----
----BEGIN CERTIFICATE-----
certificate data....
-----END CERTIFICATE-----
Loading...