Skip to main content
POST
https://ageneral.ai
/
v1
/
nodes
/
{id}
/
ssh-cert
Create SSH cert
curl --request POST \
  --url https://ageneral.ai/v1/nodes/{id}/ssh-cert \
  --header 'Authorization: Bearer <token>'
{
  "certificate": "<string>",
  "privateKey": "<string>"
}

Authorizations

Authorization
string
header
required

Session JWT or node identity token where applicable. Send as Authorization: Bearer <token>.

Path Parameters

id
string
required

Response

Success

certificate
string
privateKey
string