Skip to content

Commit

Permalink
Update app/_includes/md/kic/ca-certificates-note.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Dec 12, 2024
1 parent d1c0c8c commit 78da808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_includes/md/kic/ca-certificates-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
> CA certificates in Kong are provisioned by creating a `Secret` resource in Kubernetes. CA certificate secrets must
> have the following properties:
> - the `konghq.com/ca-cert: "true"` label applied.
> - a`cert` data property which contains a valid CA certificate in PEM format.
> - a `cert` data property which contains a valid CA certificate in PEM format.
> - a `kubernetes.io/ingress.class` annotation whose value matches the value of the controller's `--ingress-class`
argument. By default, that value is `kong`.
> - an `id` data property which contains a random UUID.
Expand Down

0 comments on commit 78da808

Please sign in to comment.