Path Parameters
The ID of the SSH host to issue the SSH certificate for.
Body
application/json
Response
Default Response
The response is of type object
.
curl --request POST \
--url https://us.infisical.com/api/v1/ssh/hosts/{sshHostId}/issue-host-cert \
--header 'Content-Type: application/json' \
--data '{
"publicKey": "<string>"
}'
{
"serialNumber": "<string>",
"signedKey": "<string>"
}
Issue SSH certificate for host
curl --request POST \
--url https://us.infisical.com/api/v1/ssh/hosts/{sshHostId}/issue-host-cert \
--header 'Content-Type: application/json' \
--data '{
"publicKey": "<string>"
}'
{
"serialNumber": "<string>",
"signedKey": "<string>"
}
The ID of the SSH host to issue the SSH certificate for.
Default Response
The response is of type object
.
Was this page helpful?