tls-certificates-and-hostnames_schemas-csr

The Certificate Signing Request (CSR). Must be newline-encoded.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-schemas-csr-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_schemas-csr",
  "title": "tls-certificates-and-hostnames_schemas-csr",
  "description": "The Certificate Signing Request (CSR). Must be newline-encoded.",
  "example": "-----BEGIN CERTIFICATE REQUEST-----\\nMIICY....\\n-----END CERTIFICATE REQUEST-----\\n",
  "type": "string"
}