このコンテンツは選択した言語では利用できません。
Chapter 5. Add a TLS certificate issuer
To secure communication to your Gateways, you must define a certification authority as an issuer for TLS certificates.
This example uses the Let’s Encrypt TLS certificate issuer for simplicity, but you can use any certificate issuer supported by cert-manager. In multicluster environments, you must add your TLS issuer in each OpenShift cluster.
Prerequisites
Procedure
Enter the following command to define a TLS certificate issuer:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Wait for the
ClusterIssuerto become ready as follows:kubectl wait clusterissuer/${KUADRANT_CLUSTER_ISSUER_NAME} --for=condition=ready=truekubectl wait clusterissuer/${KUADRANT_CLUSTER_ISSUER_NAME} --for=condition=ready=trueCopy to Clipboard Copied! Toggle word wrap Toggle overflow