Cluster Certificates Setup Guide
This guide will walk you through setting up and using cluster certificates
.
Prerequisites
- Ensure you have completed the clusterissuer Setup Guide
- Install the
kubernetes-reflector
app from thepremium
train
Creating a cluster certificate
In the clusterissuer app settings create a new “Cluster-Wide certificate”. As with a single domain certificate, input a cert-manager issuer (for example an ACME issuer you configured previously), a list of hosts for which the certificate is valid (you can use wildcards), and a name you will use to reference it.
After creating the cluster certificate, verify it is working by checking the kubectl events
for the clusterissuer
chart (see how to verify a single app certificate is working for more information).
Using a cluster certificate
After you have verified the certificate was created successfully, edit the values.yaml
of the chart you wish to use it for.