Leaf
CertificateCA allows the generate of CA certificates
Attributes
Attributes are the properties of a resource that can be used to configure it.
CAKey ca_key
required
string
Path to the primary key for the root CA
CACert ca_cert
required
string
Path to the root CA
IPAddresses ip_addresses
[]string
ip addresses to add to the cert
DNSNames dns_names
[]string
DNS names to add to the cert
Output output
required
string
output location for the certificate
PrivateKey private_key
File
Key is the value related to the certificate key
PublicKeyPEM public_key_pem
File
Key is the value related to the certificate key
PublicKeySSH public_key_ssh
File
Cert certificate
File
Cert is the value related to the certificate
Computed Attributes
These attributes are computed when the config is parsed and applied, and are therefor only known at parsetime or runtime.
Meta ID meta.id
string
The full ID of the resource e.g. `resource.type.name`. This is computed from the full resource path:
Meta Type meta.type
string
The type of the resource. This taken from the type label of the resource definition.
Meta Name meta.name
string
The name of the resource. This taken from the name label of the resource definition.
Last updated