mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 02:02:43 +00:00
Updated description of the field (#29146)
Co-authored-by: akshya96 <87045294+akshya96@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b74e2e798c
commit
2f95a73d1d
@@ -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', {
|
||||
|
||||
Reference in New Issue
Block a user