blob: c08b9eb0b5a23a2c6cf2a1f3f5b48f498844a5e0 [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)