Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright 2024 New Vector Ltd
Copyright 2024-2025 New Vector Ltd

SPDX-License-Identifier: AGPL-3.0-only
-->
Expand Down Expand Up @@ -265,7 +265,7 @@ kubectl create secret tls ess-certificate -n ess --cert=path/to/cert/file --key=
kubectl create secret tls ess-chat-certificate -n ess --cert=path/to/cert/file --key=path/to/key/file
kubectl create secret tls ess-matrix-certificate -n ess --cert=path/to/cert/file --key=path/to/key/file
kubectl create secret tls ess-auth-certificate -n ess --cert=path/to/cert/file --key=path/to/key/file
kubectl create secret tls ess-mtrc-certificate -n ess --cert=path/to/cert/file --key=path/to/key/file
kubectl create secret tls ess-mrtc-certificate -n ess --cert=path/to/cert/file --key=path/to/key/file
kubectl create secret tls ess-well-known-certificate -n ess --cert=path/to/cert/file --key=path/to/key/file
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ synapse:

wellKnownDelegation:
ingress:
tlsSecret: ess-well-knowncertificate
tlsSecret: ess-well-known-certificate
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ synapse:
user: your-synapse-user
wellKnownDelegation:
ingress:
tlsSecret: ess-well-knowncertificate
tlsSecret: ess-well-known-certificate
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ synapse:
tlsSecret: ess-matrix-certificate
wellKnownDelegation:
ingress:
tlsSecret: ess-well-knowncertificate
tlsSecret: ess-well-known-certificate
1 change: 1 addition & 0 deletions newsfragments/555.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix certificate name inconsistencies between setup docs and values file fragments.
Loading