blob: 9cf15e470f866c678ff9b78096feb21a9a665369 [file] [log] [blame]
Patrick Williamsbb939ea2021-12-03 15:41:02 -06001option('tests', type: 'feature', description: 'Build tests')
2
3option('authority-limit',
4 type: 'integer',
5 value: 10,
6 description: 'Authority certificates limit',
7)
8
9option('ca-cert-extension',
10 type: 'feature',
11 description: 'Enable CA certificate manager (IBM specific)'
12)
13
14option('config-bmcweb',
15 type: 'feature',
16 description: 'Install bmcweb cert configs',
17)
18
Michal Orzel2e8fa882023-07-27 13:14:56 +020019option('config-authority',
Patrick Williamsbb939ea2021-12-03 15:41:02 -060020 type: 'feature',
Michal Orzel2e8fa882023-07-27 13:14:56 +020021 description: 'Install authority cert configs',
Patrick Williamsbb939ea2021-12-03 15:41:02 -060022)
Nan Zhou6ec13c82021-12-30 11:34:50 -080023
24option('authorities-list-name',
25 type: 'string',
26 value: 'trust_bundle',
27 description: 'File name of the authorities list',
28)
Lei YU3c478142022-06-27 14:42:47 +080029
30option('allow-expired',
31 type: 'feature',
32 value: 'enabled',
33 description: 'Allow expired certificates',
34)