Links

tls-cert

"tls-cert" Humanitec Resource Type
Used to define a TLS Certificate for use with a DNS name.

Inputs

None

Outputs

Values

Name
Description
tls_secret_name
The name of the secret that will be available in the Kubernetes Cluster.

Secrets

None

Relationship to dns resource types

A convention is uses to pair tls-cert and dns resources. Resource References allow referencing of resources by Resource Type only. In this case, the Resource ID of the resource being provisioned is used.

Example

tls-cert and dns resources are associated by having the same Resource ID. In this way, the Resource Definition defining a tls-cert resource could reference the host of the dns resource it should be associated with. An ingress Resource Definition can reference the host of the dns resource and the tls_secret_name from the associated tls-cert. ( ingress resources take the same Resource ID as the dns they are associated with.)
Resource References for ingress, dns & tls resources
Last modified 11mo ago