blob: d29c2f9d9d639f98a1722a672ed9313993b271da [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
19option('config-nslcd',
20 type: 'feature',
21 description: 'Install nslcd authority cert configs',
22)
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)