加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
meson.options 742 Bytes
一键复制 编辑 原始数据 按行查看 历史
Michal Orzel 提交于 2023-07-27 13:14 . config: Change authority D-Bus names
option('tests', type: 'feature', description: 'Build tests')
option('authority-limit',
type: 'integer',
value: 10,
description: 'Authority certificates limit',
)
option('ca-cert-extension',
type: 'feature',
description: 'Enable CA certificate manager (IBM specific)'
)
option('config-bmcweb',
type: 'feature',
description: 'Install bmcweb cert configs',
)
option('config-authority',
type: 'feature',
description: 'Install authority cert configs',
)
option('authorities-list-name',
type: 'string',
value: 'trust_bundle',
description: 'File name of the authorities list',
)
option('allow-expired',
type: 'feature',
value: 'enabled',
description: 'Allow expired certificates',
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化