12e8ef4ceSGeorge Liuoption('tests', type: 'feature', description: 'Build tests')
22e8ef4ceSGeorge Liu
32e8ef4ceSGeorge Liuoption('authority-limit',
42e8ef4ceSGeorge Liu    type: 'integer',
52e8ef4ceSGeorge Liu    value: 10,
62e8ef4ceSGeorge Liu    description: 'Authority certificates limit',
72e8ef4ceSGeorge Liu)
82e8ef4ceSGeorge Liu
92e8ef4ceSGeorge Liuoption('ca-cert-extension',
102e8ef4ceSGeorge Liu    type: 'feature',
112e8ef4ceSGeorge Liu    description: 'Enable CA certificate manager (IBM specific)'
122e8ef4ceSGeorge Liu)
132e8ef4ceSGeorge Liu
142e8ef4ceSGeorge Liuoption('config-bmcweb',
152e8ef4ceSGeorge Liu    type: 'feature',
162e8ef4ceSGeorge Liu    description: 'Install bmcweb cert configs',
172e8ef4ceSGeorge Liu)
182e8ef4ceSGeorge Liu
19*2e8fa88eSMichal Orzeloption('config-authority',
202e8ef4ceSGeorge Liu    type: 'feature',
21*2e8fa88eSMichal Orzel    description: 'Install authority cert configs',
222e8ef4ceSGeorge Liu)
232e8ef4ceSGeorge Liu
242e8ef4ceSGeorge Liuoption('authorities-list-name',
252e8ef4ceSGeorge Liu    type: 'string',
262e8ef4ceSGeorge Liu    value: 'trust_bundle',
272e8ef4ceSGeorge Liu    description: 'File name of the authorities list',
282e8ef4ceSGeorge Liu)
292e8ef4ceSGeorge Liu
302e8ef4ceSGeorge Liuoption('allow-expired',
312e8ef4ceSGeorge Liu    type: 'feature',
322e8ef4ceSGeorge Liu    value: 'enabled',
332e8ef4ceSGeorge Liu    description: 'Allow expired certificates',
342e8ef4ceSGeorge Liu)
35