Amazon Private CA · Schema

CertificateAuthorityConfiguration

Contains configuration information for your private certificate authority (CA). This includes information about the class of public key algorithm and the key pair that your private CA creates when it issues a certificate. It also includes the signature algorithm that it uses when issuing certificates, and its X.500 distinguished name. You must specify this information when you call the CreateCertificateAuthority action.

Certificate AuthorityCertificatesPKISecurityX.509TLSIoT

Properties

Name Type Description
KeyAlgorithm object
SigningAlgorithm object
Subject object
CsrExtensions object
View JSON Schema on GitHub

JSON Schema

amazon-private-ca-certificate-authority-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-private-ca/refs/heads/main/json-schema/amazon-private-ca-certificate-authority-configuration-schema.json",
  "title": "CertificateAuthorityConfiguration",
  "description": "Contains configuration information for your private certificate authority (CA). This includes information about the class of public key algorithm and the key pair that your private CA creates when it issues a certificate. It also includes the signature algorithm that it uses when issuing certificates, and its X.500 distinguished name. You must specify this information when you call the <a href=\"https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthority.html\">CreateCertificateAuthority</a> action. ",
  "type": "object",
  "properties": {
    "KeyAlgorithm": {
      "allOf": [
        {
          "$ref": "#/components/schemas/KeyAlgorithm"
        },
        {
          "description": "Type of the public key algorithm and size, in bits, of the key pair that your CA creates when it issues a certificate. When you create a subordinate CA, you must use a key algorithm supported by the parent CA."
        }
      ]
    },
    "SigningAlgorithm": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SigningAlgorithm"
        },
        {
          "description": "<p>Name of the algorithm your private CA uses to sign certificate requests.</p> <p>This parameter should not be confused with the <code>SigningAlgorithm</code> parameter used to sign certificates when they are issued.</p>"
        }
      ]
    },
    "Subject": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ASN1Subject"
        },
        {
          "description": "Structure that contains X.500 distinguished name information for your private CA."
        }
      ]
    },
    "CsrExtensions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CsrExtensions"
        },
        {
          "description": "Specifies information to be added to the extension section of the certificate signing request (CSR)."
        }
      ]
    }
  },
  "required": [
    "KeyAlgorithm",
    "SigningAlgorithm",
    "Subject"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-private-ca-certificate-authority-configuration"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.