Marketplace
BrowsePublish
Marketplace
You are viewing an outdated version of provider-gcp.Go to Latest
upbound/provider-gcp@v0.29.0
Certificate
privateca.gcp.upbound.io
Certificate
upbound/provider-gcp@v0.29.0privateca.gcp.upbound.io

Certificate is the Schema for the Certificates API. A Certificate corresponds to a signed X.

Type

CRD

Group

privateca.gcp.upbound.io

Version

v1beta1

apiVersion: privateca.gcp.upbound.io/v1beta1

kind: Certificate

API Documentation
apiVersion
string
kind
string
metadata
object
spec
object
object

CertificateSpec defines the desired state of Certificate

forProvider
requiredobject
requiredobject

No description provided.

object

Reference to a CertificateAuthority in privateca to populate certificateAuthority.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a CertificateAuthority in privateca to populate certificateAuthority.

policy
object
object

Policies for selection.

resolve
string
object

Reference to a CertificateTemplate in privateca to populate certificateTemplate.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a CertificateTemplate in privateca to populate certificateTemplate.

policy
object
object

Policies for selection.

resolve
string
config
array
array

The config used to create a self-signed X.509 certificate or CSR. Structure is documented below.

publicKey
requiredarray
requiredarray

A PublicKey describes a public key. Structure is documented below.

format
requiredstring
object

Required. A public key. When this is specified in a request, the padding and encoding can be any of the options described by the respective 'KeyType' value. When this is generated by the service, it will always be an RFC 5280 SubjectPublicKeyInfo structure containing an algorithm identifier and a key. A base64-encoded string.

key
requiredstring
name
requiredstring
namespace
requiredstring
subjectConfig
requiredarray
requiredarray

Specifies some of the values in a certificate that are related to the subject. Structure is documented below.

subject
requiredarray
requiredarray

Contains distinguished name fields such as the location and organization. Structure is documented below.

commonName
requiredstring
locality
string
organization
requiredstring
province
string
array

The subject alternative name fields. Structure is documented below.

array

Contains only valid, fully-qualified host names.

array

Contains only valid RFC 2822 E-mail addresses.

array

Contains only valid 32-bit IPv4 addresses or RFC 4291 IPv6 addresses.

uris
array
array

Contains only valid RFC 3986 URIs.

x509Config
requiredarray
requiredarray

Describes how some of the technical X.509 fields in a certificate should be populated. Structure is documented below.

array

Describes custom X.509 extensions. Structure is documented below.

critical
requiredboolean
objectId
requiredarray
requiredarray

Describes values that are relevant in a CA certificate. Structure is documented below.

objectIdPath
requiredarray
requiredarray

An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.

value
requiredstring
array

Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.

array

Describes values that are relevant in a CA certificate. Structure is documented below.

keyUsage
requiredarray
requiredarray

Indicates the intended use for keys that correspond to a certificate. Structure is documented below.

baseKeyUsage
requiredarray
requiredarray

Describes high-level ways in which a key may be used. Structure is documented below.

extendedKeyUsage
requiredarray
requiredarray

Describes high-level ways in which a key may be used. Structure is documented below.

array

An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages. Structure is documented below.

objectIdPath
requiredarray
requiredarray

An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.

array

Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4. Structure is documented below.

objectIdPath
requiredarray
requiredarray

An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.

labels
object
lifetime
string
location
requiredstring
pemCsr
string
pool
string
poolRef
object
object

Reference to a CAPool to populate pool.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a CAPool to populate pool.

policy
object
object

Policies for selection.

resolve
string
project
string
object

ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource. Deprecated: Please use ProviderConfigReference, i.e. providerConfigRef

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource.

configRef
object
object

SecretStoreConfigRef specifies which secret store config should be used for this ConnectionSecret.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
metadata
object
object

Metadata is the metadata for connection secret.

labels
object
type
string
name
requiredstring
object

WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other.

name
requiredstring
namespace
requiredstring
status
object
object

CertificateStatus defines the observed state of Certificate.

object

No description provided.

array

Output only. Details regarding the revocation of this Certificate. This Certificate is considered revoked if and only if this field is present. Structure is documented below.

array

Describes lists of issuer CA certificate URLs that appear in the "Authority Information Access" extension in the certificate.

array

Identifies the subjectKeyId of the parent certificate, per https://tools.ietf.org/html/rfc5280#section-4.2.1.1 Structure is documented below.

keyId
string
array

The hash of the x.509 certificate. Structure is documented below.

array

(Deprecated) Describes some of the technical fields in a certificate. Structure is documented below.

array

Indicates the intended use for keys that correspond to a certificate. Structure is documented below.

array

Describes high-level ways in which a key may be used. Structure is documented below.

array

Describes high-level ways in which a key may be used. Structure is documented below.

array

Describes high-level ways in which a key may be used. Structure is documented below.

array

An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages. Structure is documented below.

obectId
array
array

Required. Describes how some of the technical fields in a certificate should be populated. Structure is documented below.

array

An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.

array

Describes a list of locations to obtain CRL information, i.e. the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13

array

A PublicKey describes a public key. Structure is documented below.

format
string
key
string
array

Describes some of the values in a certificate that are related to the subject and lifetime. Structure is documented below.

lifetime
string
subject
array
array

Contains distinguished name fields such as the location and organization. Structure is documented below.

array

The subject alternative name fields. Structure is documented below.

array

Contains additional subject alternative name values. Structure is documented below.

critical
boolean
obectId
array
array

Required. Describes how some of the technical fields in a certificate should be populated. Structure is documented below.

array

An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.

value
string
array

Contains only valid, fully-qualified host names.

array

Contains only valid RFC 2822 E-mail addresses.

array

Contains only valid 32-bit IPv4 addresses or RFC 4291 IPv6 addresses.

uris
array
array

Contains only valid RFC 3986 URIs.

array

Provides a means of identifiying certificates that contain a particular public key, per https://tools.ietf.org/html/rfc5280#section-4.2.1.2. Structure is documented below.

keyId
string
array

A structured description of the issued X.509 certificate. Structure is documented below.

array

Describes custom X.509 extensions. Structure is documented below.

critical
boolean
array

Describes values that are relevant in a CA certificate. Structure is documented below.

array

An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.

value
string
array

Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.

array

Describes values that are relevant in a CA certificate. Structure is documented below.

array

Indicates the intended use for keys that correspond to a certificate. Structure is documented below.

array

Describes high-level ways in which a key may be used. Structure is documented below.

array

Describes high-level ways in which a key may be used. Structure is documented below.

array

An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages. Structure is documented below.

array

An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.

array

Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4. Structure is documented below.

array

An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.

id
string
array

The chain that may be used to verify the X.509 certificate. Expected to be in issuer-to-root order according to RFC 5246.

array

(Deprecated) Required. Expected to be in leaf-to-root order according to RFC 5246.

array

Output only. Details regarding the revocation of this Certificate. This Certificate is considered revoked if and only if this field is present. Structure is documented below.

array

Conditions of the resource.

lastTransitionTime
requiredstring
message
string
reason
requiredstring
status
requiredstring
type
requiredstring
Marketplace

Discover the building blocks for your internal cloud platform.

© 2022 Upbound, Inc.

SolutionsProvidersConfigurations
LearnDocumentationTry for Free
MorePrivacy PolicyTerms & Conditions
Marketplace

© 2022 Upbound, Inc.

Marketplace

Discover the building blocksfor your internal cloud platform.