Skip to main content

Generate a new key pair and self-signed certificate

POST /occm/key-store

Generates a new key pair and self-signed certificate at the key store and returns a certificate signing request (CSR).

Request Body

Name Type Required Description

commonName

string

False

Example request
{
  "commonName": "string"
}

Error

Status: Default, Default response
Name Type Required Description

csr

string

True

Example error response
{
  "csr": "string"
}