xref: /openbmc/phosphor-certificate-manager/meson.options (revision d719701d576ff7b0799f8e6fccbcfcf37e5fb383)
12e8ef4ceSGeorge Liuoption('tests', type: 'feature', description: 'Build tests')
22e8ef4ceSGeorge Liu
3*d719701dSPatrick Williamsoption(
4*d719701dSPatrick Williams    'authority-limit',
52e8ef4ceSGeorge Liu    type: 'integer',
62e8ef4ceSGeorge Liu    value: 10,
72e8ef4ceSGeorge Liu    description: 'Authority certificates limit',
82e8ef4ceSGeorge Liu)
92e8ef4ceSGeorge Liu
10*d719701dSPatrick Williamsoption(
11*d719701dSPatrick Williams    'ca-cert-extension',
122e8ef4ceSGeorge Liu    type: 'feature',
13*d719701dSPatrick Williams    description: 'Enable CA certificate manager (IBM specific)',
142e8ef4ceSGeorge Liu)
152e8ef4ceSGeorge Liu
16*d719701dSPatrick Williamsoption(
17*d719701dSPatrick Williams    'config-bmcweb',
182e8ef4ceSGeorge Liu    type: 'feature',
192e8ef4ceSGeorge Liu    description: 'Install bmcweb cert configs',
202e8ef4ceSGeorge Liu)
212e8ef4ceSGeorge Liu
22*d719701dSPatrick Williamsoption(
23*d719701dSPatrick Williams    'config-authority',
242e8ef4ceSGeorge Liu    type: 'feature',
252e8fa88eSMichal Orzel    description: 'Install authority cert configs',
262e8ef4ceSGeorge Liu)
272e8ef4ceSGeorge Liu
28*d719701dSPatrick Williamsoption(
29*d719701dSPatrick Williams    'authorities-list-name',
302e8ef4ceSGeorge Liu    type: 'string',
312e8ef4ceSGeorge Liu    value: 'trust_bundle',
322e8ef4ceSGeorge Liu    description: 'File name of the authorities list',
332e8ef4ceSGeorge Liu)
342e8ef4ceSGeorge Liu
35*d719701dSPatrick Williamsoption(
36*d719701dSPatrick Williams    'allow-expired',
372e8ef4ceSGeorge Liu    type: 'feature',
382e8ef4ceSGeorge Liu    value: 'enabled',
392e8ef4ceSGeorge Liu    description: 'Allow expired certificates',
402e8ef4ceSGeorge Liu)
41