Skip to content

Commit

Permalink
[release-1.11] Added hostnames to tls certificates (#7259)
Browse files Browse the repository at this point in the history
* Added hostnames to tls certificates

Signed-off-by: Calum Murray <[email protected]>

* Update broker-filter-tls-certificate.yaml

Co-authored-by: Pierangelo Di Pilato <[email protected]>

---------

Signed-off-by: Calum Murray <[email protected]>
Co-authored-by: Calum Murray <[email protected]>
Co-authored-by: Pierangelo Di Pilato <[email protected]>
  • Loading branch information
3 people authored Sep 15, 2023
1 parent e3ba93b commit 1e8614d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ spec:

dnsNames:
- broker-filter.knative-eventing.svc.cluster.local
- broker-filter.knative-eventing.svc

issuerRef:
name: selfsigned-ca-issuer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ spec:

dnsNames:
- broker-ingress.knative-eventing.svc.cluster.local
- broker-ingress.knative-eventing.svc

issuerRef:
name: selfsigned-ca-issuer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ spec:

dnsNames:
- imc-dispatcher.knative-eventing.svc.cluster.local
- imc-dispatcher.knative-eventing.svc

issuerRef:
name: selfsigned-ca-issuer
Expand Down

0 comments on commit 1e8614d

Please sign in to comment.