certificate_create

This certificate is automatically used by the Oxide Control plane to serve external connections.

post/v1/certificates

Request Body

Create-time parameters for a Certificate

Object
cert

PEM-formatted string containing public certificate chain

description
key

PEM-formatted string containing private key

name

Names must begin with a lower case ASCII letter, be composed exclusively of lowercase ASCII, uppercase ASCII, numbers, and '-', and may not end with a '-'. Names cannot be a UUID, but they may contain a UUID. They can be at most 63 characters long.

service

The service using this certificate

The service intended to use this certificate.

Responses

Object
cert

PEM-formatted string containing public certificate chain

description

human-readable free-form text about a resource

id

unique, immutable, system-controlled identifier for each resource

name

unique, mutable, user-controlled identifier for each resource

Names must begin with a lower case ASCII letter, be composed exclusively of lowercase ASCII, uppercase ASCII, numbers, and '-', and may not end with a '-'. Names cannot be a UUID, but they may contain a UUID. They can be at most 63 characters long.

service

The service using this certificate

The service intended to use this certificate.

time_created

timestamp when this resource was created

time_modified

timestamp when this resource was last modified