mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Updated description of the field (#29146)
Co-authored-by: akshya96 <87045294+akshya96@users.noreply.github.com>
This commit is contained in:
parent
b74e2e798c
commit
2f95a73d1d
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ export default Model.extend({
|
|||
tls_ca: attr('string', {
|
||||
label: 'TLS CA',
|
||||
helpText:
|
||||
'x509 CA file for validating the certificate presented by the MongoDB server. Must be PEM encoded.',
|
||||
'x509 CA file for validating the certificate presented by the database server. Must be PEM encoded.',
|
||||
editType: 'file',
|
||||
}),
|
||||
tls_server_name: attr('string', {
|
||||
|
|
|
|||
Loading…
Reference in a new issue