Skip to content

Commit 9b287fa

Browse files
committed
Refine PEM requirements
1 parent db51407 commit 9b287fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ This requires two secrets: one for the client communications and one for cluster
142142

143143
The secrets contain the X.509 key and certificate. One key/certificate pair is used for all members of the replica set, therefore a Subject Alternate Name (SAN) entry must exist for each member of the replica set. The SANs will be in the form of:
144144

145-
**\<replicaSetName\>-\<X\>.\<replicaSetName\>.\<namespace\>.svc.cluster.local**
145+
**\<replicaSetName\>-\<X\>.\<replicaSetName\>-svc.\<namespace\>.svc.cluster.local**
146146

147147
Where `<replicaSetName>` is the `replicaSetName` in the `values.yaml` for your deployment and `<X>` is the 0-based number of the pod.
148148

0 commit comments

Comments
 (0)