blob: 35752e6b7fe1930db9bd2246a3ea2a2cb7bab04c [file] [log] [blame]
Patrick Williamsbb939ea2021-12-03 15:41:02 -06001option('tests', type: 'feature', description: 'Build tests')
2
Patrick Williamsd7197012025-02-01 08:37:54 -05003option(
4 'authority-limit',
Patrick Williamsbb939ea2021-12-03 15:41:02 -06005 type: 'integer',
6 value: 10,
7 description: 'Authority certificates limit',
8)
9
Patrick Williamsd7197012025-02-01 08:37:54 -050010option(
11 'ca-cert-extension',
Patrick Williamsbb939ea2021-12-03 15:41:02 -060012 type: 'feature',
Patrick Williamsd7197012025-02-01 08:37:54 -050013 description: 'Enable CA certificate manager (IBM specific)',
Patrick Williamsbb939ea2021-12-03 15:41:02 -060014)
15
Patrick Williamsd7197012025-02-01 08:37:54 -050016option(
17 'config-bmcweb',
Patrick Williamsbb939ea2021-12-03 15:41:02 -060018 type: 'feature',
19 description: 'Install bmcweb cert configs',
20)
21
Patrick Williamsd7197012025-02-01 08:37:54 -050022option(
23 'config-authority',
Patrick Williamsbb939ea2021-12-03 15:41:02 -060024 type: 'feature',
Michal Orzel2e8fa882023-07-27 13:14:56 +020025 description: 'Install authority cert configs',
Patrick Williamsbb939ea2021-12-03 15:41:02 -060026)
Nan Zhou6ec13c82021-12-30 11:34:50 -080027
Patrick Williamsd7197012025-02-01 08:37:54 -050028option(
29 'authorities-list-name',
Nan Zhou6ec13c82021-12-30 11:34:50 -080030 type: 'string',
31 value: 'trust_bundle',
32 description: 'File name of the authorities list',
33)
Lei YU3c478142022-06-27 14:42:47 +080034
Patrick Williamsd7197012025-02-01 08:37:54 -050035option(
36 'allow-expired',
Lei YU3c478142022-06-27 14:42:47 +080037 type: 'feature',
38 value: 'enabled',
39 description: 'Allow expired certificates',
40)