add serialNumberSource to get backend test change but not show visually until design input (#29424)

This commit is contained in:
Angel Garbarino
2025-01-27 10:48:43 -07:00
committed by GitHub
parent 32d61c3893
commit 53d2ae2a4d

View File

@@ -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: