GET
/
api
/
v1
/
ssh
/
ca
/
{sshCaId}
curl --request GET \
  --url https://us.infisical.com/api/v1/ssh/ca/{sshCaId}
{
  "ca": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "projectId": "<string>",
    "friendlyName": "<string>",
    "status": "<string>",
    "keyAlgorithm": "<string>",
    "publicKey": "<string>"
  }
}

Path Parameters

sshCaId
string
required

The ID of the SSH CA to get.

Response

200
application/json
Default Response
ca
object
required

Was this page helpful?