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