Skip to content

Commit 1ec684e

Browse files
Update CLI flags for security (#1072)
Signed-off-by: Ronald Ngounou <[email protected]>
1 parent 3743a86 commit 1ec684e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

content/en/docs/v3.5/op-guide/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ The list of flags provided below may not be up-to-date due to ongoing developmen
140140
--client-crl-file ''
141141
Path to the client certificate revocation list file.
142142
--client-cert-allowed-hostname ''
143-
Allowed TLS hostname for client cert authentication.
143+
Comma-separated list of SAN hostnames for client cert authentication.
144144
--trusted-ca-file ''
145145
Path to the client server TLS trusted CA cert file.
146146
Note setting this parameter will also automatically enable client cert authentication no matter what value is set for `--client-cert-auth`.
@@ -156,9 +156,9 @@ The list of flags provided below may not be up-to-date due to ongoing developmen
156156
--peer-trusted-ca-file ''
157157
Path to the peer server TLS trusted CA file.
158158
--peer-cert-allowed-cn ''
159-
Required CN for client certs connecting to the peer endpoint.
159+
Comma-separated list of allowed CNs for inter-peer TLS authentication.
160160
--peer-cert-allowed-hostname ''
161-
Allowed TLS hostname for inter peer authentication.
161+
Comma-separated list of allowed SAN hostnames for inter-peer TLS authentication.
162162
--peer-auto-tls 'false'
163163
Peer TLS using self-generated certificates if --peer-key-file and --peer-cert-file are not provided.
164164
--self-signed-cert-validity '1'

content/en/docs/v3.6/op-guide/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The list of flags provided below may not be up-to-date due to ongoing developmen
142142
--client-crl-file ''
143143
Path to the client certificate revocation list file.
144144
--client-cert-allowed-hostname ''
145-
Allowed TLS hostname for client cert authentication.
145+
Comma-separated list of SAN hostnames for client cert authentication.
146146
--trusted-ca-file ''
147147
Path to the client server TLS trusted CA cert file.
148148
Note setting this parameter will also automatically enable client cert authentication no matter what value is set for `--client-cert-auth`.
@@ -158,9 +158,9 @@ The list of flags provided below may not be up-to-date due to ongoing developmen
158158
--peer-trusted-ca-file ''
159159
Path to the peer server TLS trusted CA file.
160160
--peer-cert-allowed-cn ''
161-
Required CN for client certs connecting to the peer endpoint.
161+
Comma-separated list of allowed CNs for inter-peer TLS authentication.
162162
--peer-cert-allowed-hostname ''
163-
Allowed TLS hostname for inter peer authentication.
163+
Comma-separated list of allowed SAN hostnames for inter-peer TLS authentication.
164164
--peer-auto-tls 'false'
165165
Peer TLS using self-generated certificates if --peer-key-file and --peer-cert-file are not provided.
166166
--self-signed-cert-validity '1'

content/en/docs/v3.7/op-guide/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ The list of flags provided below may not be up-to-date due to ongoing developmen
144144
--client-crl-file ''
145145
Path to the client certificate revocation list file.
146146
--client-cert-allowed-hostname ''
147-
Allowed TLS hostname for client cert authentication.
147+
Comma-separated list of SAN hostnames for client cert authentication.
148148
--trusted-ca-file ''
149149
Path to the client server TLS trusted CA cert file.
150150
Note setting this parameter will also automatically enable client cert authentication no matter what value is set for `--client-cert-auth`.
@@ -160,9 +160,9 @@ The list of flags provided below may not be up-to-date due to ongoing developmen
160160
--peer-trusted-ca-file ''
161161
Path to the peer server TLS trusted CA file.
162162
--peer-cert-allowed-cn ''
163-
Required CN for client certs connecting to the peer endpoint.
163+
Comma-separated list of allowed CNs for inter-peer TLS authentication.
164164
--peer-cert-allowed-hostname ''
165-
Allowed TLS hostname for inter peer authentication.
165+
Comma-separated list of allowed SAN hostnames for inter-peer TLS authentication.
166166
--peer-auto-tls 'false'
167167
Peer TLS using self-generated certificates if --peer-key-file and --peer-cert-file are not provided.
168168
--self-signed-cert-validity '1'

0 commit comments

Comments
 (0)