# Functions
AsLegacySecrets transforms the given Certificates struct into a slice of Secrets that is compatible with certgen from contour 1.4 and earlier.
AsSecrets transforms the given Certificates struct into a slice of Secrets in in compact Secret format, which is compatible with both cert-manager and Contour.
WriteCertsPEM writes out all the certs in certdata to individual PEM files in outputDir.
WriteSecretsKube writes all the keypairs out to Kubernetes Secrets in the compact format which is compatible with Secrets generated by cert-manager.
WriteSecretsYAML writes all the keypairs out to Kubernetes Secrets in YAML form in outputDir.
# Constants
CACertificateKey is the dictionary key for the CA certificate bundle.
ContourCertificateKey is the dictionary key for the Contour certificate.
ContourPrivateKeyKey is the dictionary key for the Contour private key.
EnvoyCertificateKey is the dictionary key for the Envoy certificate.
EnvoyPrivateKeyKey is the dictionary key for the Envoy private key.
NoOverwrite specifies outputs must not be overwritten.
Overwrite specifies outputs may be overwritten.
# Type aliases
OverwritePolicy specifies whether an output should be overwritten.