mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +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', {
|
tls_ca: attr('string', {
|
||||||
label: 'TLS CA',
|
label: 'TLS CA',
|
||||||
helpText:
|
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',
|
editType: 'file',
|
||||||
}),
|
}),
|
||||||
tls_server_name: attr('string', {
|
tls_server_name: attr('string', {
|
||||||
|
|||||||
Reference in New Issue
Block a user