Patrick Williams | bb939ea | 2021-12-03 15:41:02 -0600 | [diff] [blame] | 1 | option('tests', type: 'feature', description: 'Build tests') |
| 2 | |
| 3 | option('authority-limit', |
| 4 | type: 'integer', |
| 5 | value: 10, |
| 6 | description: 'Authority certificates limit', |
| 7 | ) |
| 8 | |
| 9 | option('ca-cert-extension', |
| 10 | type: 'feature', |
| 11 | description: 'Enable CA certificate manager (IBM specific)' |
| 12 | ) |
| 13 | |
| 14 | option('config-bmcweb', |
| 15 | type: 'feature', |
| 16 | description: 'Install bmcweb cert configs', |
| 17 | ) |
| 18 | |
Michal Orzel | 2e8fa88 | 2023-07-27 13:14:56 +0200 | [diff] [blame^] | 19 | option('config-authority', |
Patrick Williams | bb939ea | 2021-12-03 15:41:02 -0600 | [diff] [blame] | 20 | type: 'feature', |
Michal Orzel | 2e8fa88 | 2023-07-27 13:14:56 +0200 | [diff] [blame^] | 21 | description: 'Install authority cert configs', |
Patrick Williams | bb939ea | 2021-12-03 15:41:02 -0600 | [diff] [blame] | 22 | ) |
Nan Zhou | 6ec13c8 | 2021-12-30 11:34:50 -0800 | [diff] [blame] | 23 | |
| 24 | option('authorities-list-name', |
| 25 | type: 'string', |
| 26 | value: 'trust_bundle', |
| 27 | description: 'File name of the authorities list', |
| 28 | ) |
Lei YU | 3c47814 | 2022-06-27 14:42:47 +0800 | [diff] [blame] | 29 | |
| 30 | option('allow-expired', |
| 31 | type: 'feature', |
| 32 | value: 'enabled', |
| 33 | description: 'Allow expired certificates', |
| 34 | ) |