Skip to content

Commit 36d835d

Browse files
authored
(DOCSP-31619) Fixes incorrect config info for brs.queryable.tls.disabledCiphers (#5161) (#5162)
1 parent ed641cd commit 36d835d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

source/includes/options-opsmgr-file-conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2235,7 +2235,7 @@ directive: setting
22352235
optional: true
22362236
inherit:
22372237
program: _shared
2238-
name: brs-queryable-tls-disabled-protocols
2238+
name: brs-queryable-tls-disabled-ciphers
22392239
file: options-opsmgr-shared.yaml
22402240

22412241
---

source/includes/options-opsmgr-shared.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,8 +489,10 @@ type: string
489489
directive: setting
490490
optional: true
491491
description: |
492-
|tls| ciphers that have been disabled for queryable
493-
snapshots and restores.
492+
List of |tls| ciphers suites that your |mms| instance can't accept
493+
when clients connect to the queryable backup host. Specify |tls|
494+
cipher suite names as a comma-separated list with no whitespace
495+
between entries.
494496
default: |
495497
TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA256,TLS_DHE_RSA_WITH_AES_128_GCM_SHA256,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA256,TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
496498

0 commit comments

Comments
 (0)