Docs are work in progress
Skip to main content

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

Success response

Schema

    string

Loading...