CertificateConfig

data class CertificateConfig(val publicKey: CertificateConfigPublicKey, val subjectConfig: CertificateConfigSubjectConfig, val x509Config: CertificateConfigX509Config)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A PublicKey describes a public key. Structure is documented below. The x509_config block supports:

Link copied to clipboard

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

Link copied to clipboard

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