certificateauthority
CertificateAuthority is the Schema for the CertificateAuthorities API
Resource Structure
Interactive Tree
apiVersionstringAPIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kindstringKind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadataobjectspecobjectCertificateAuthoritySpec defines the desired state of CertificateAuthority.
Contains information about your private certificate authority (CA). Your
private CA can issue and revoke X.509 digital certificates. Digital certificates
verify that the entity named in the certificate Subject field owns or controls
the public key contained in the Subject Public Key Info field. Call the CreateCertificateAuthority
(https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthority.html)
action to create your private CA. You must then call the GetCertificateAuthorityCertificate
(https://docs.aws.amazon.com/privateca/latest/APIReference/API_GetCertificateAuthorityCertificate.html)
action to retrieve a private CA certificate signing request (CSR). Sign the
CSR with your Amazon Web Services Private CA-hosted or on-premises root or
subordinate CA certificate. Call the ImportCertificateAuthorityCertificate
(https://docs.aws.amazon.com/privateca/latest/APIReference/API_ImportCertificateAuthorityCertificate.html)
action to import the signed certificate into Certificate Manager (ACM).
statusobjectCertificateAuthorityStatus defines the observed state of CertificateAuthority