mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +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',
|
label: 'Require Common Name',
|
||||||
type: 'boolean',
|
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: {
|
serverFlag: {
|
||||||
editType: 'boolean',
|
editType: 'boolean',
|
||||||
helpText:
|
helpText:
|
||||||
|
|||||||
Reference in New Issue
Block a user