Download certificate
GET/api/v1/machines/:machineIdOrAlias/certificate/download
This API endpoint download the active certificate associated with the machine identified by the provided machineId or machine alias.
Request
Path Parameters
machineIdOrAlias stringrequired
The machineId - unique id of the machine, alias - machine alias
Responses
- 200
Success response
- text/plain
- Schema
- Download certificate example
Schema
string
Download certificate response example
----BEGIN CERTIFICATE-----
certificate data....
-----END CERTIFICATE-----
Loading...