v4

latestOpenAPI 3.0.32026-07-312,317012.2 MB
SSH Certificate Authorities

Create SSH CA

post/api/v1/ssh/ca

Request body

projectIdstring required

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

friendlyNamestring required

A friendly name for the SSH CA.

keyAlgorithm'RSA_2048' | 'RSA_4096' | 'EC_prime256v1' | 'EC_secp384r1' | 'ED25519'

The type of public key algorithm and size, in bits, of the key pair for the SSH CA; required if keySource is internal.

publicKeystring

The public key for the SSH CA key pair; required if keySource is external.

privateKeystring

The private key for the SSH CA key pair; required if keySource is external.

keySource'internal' | 'external'

The source of the SSH CA key pair. This can be one of internal or external.

Response

Default Response