POST
/
api
/
v1
/
ssh
/
ca

Body

application/json
friendlyName
string
required

A friendly name for the SSH CA.

projectId
string
required

The ID of the project to create the SSH CA in.

keyAlgorithm
enum<string>
default:
RSA_2048

The type of public key algorithm and size, in bits, of the key pair for the SSH CA.

Available options:
RSA_2048,
RSA_4096,
EC_prime256v1,
EC_secp384r1

Response

200 - application/json
ca
object
required

Was this page helpful?