Docs are work in progress
Skip to main content

Issue SSH certificate

POST 

/api/v1/users/:machineIdOrAlias/ssh/certificate

This API endpoint issues an SSH certificate for the machine identified by the provided machineId or machine alias. A SSH certificate is a digital certificate used to authenticate and secure connections in the SSH (Secure Shell) protocol, which is commonly used for secure remote access to servers and systems.

Request

Path Parameters

    machineIdOrAlias stringrequired

    The machineId - unique id of the machine, alias - machine alias

Body

required

The request body containing the required details to issue SSH certificate

    principals string[]required
    publicKey stringrequired

Responses

Success response

Schema

    success boolean
    message string
    status string
    statusCode int32
    errorCode string
    subErrors object[]

    payload

    object

    Schema for issue SSH certificate response

    signedKey string
    serialNumber string
Loading...