mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
add serialNumberSource to get backend test change but not show visually until design input (#29424)
This commit is contained in:
@@ -1131,6 +1131,15 @@ const pki = {
|
||||
label: 'Require Common Name',
|
||||
type: 'boolean',
|
||||
},
|
||||
serialNumberSource: {
|
||||
defaultValue: 'json-csr',
|
||||
editType: 'string',
|
||||
fieldGroup: 'default',
|
||||
helpText:
|
||||
'Source for the certificate subject serial number. If "json-csr" (default), the value from the JSON serial_number field is used, falling back to the value in the CSR if empty. If "json", the value from the serial_number JSON field is used, ignoring the value in the CSR.',
|
||||
label: 'Serial number source',
|
||||
type: 'string',
|
||||
},
|
||||
serverFlag: {
|
||||
editType: 'boolean',
|
||||
helpText:
|
||||
|
||||
Reference in New Issue
Block a user