Files
sing-box/docs/configuration/certificate/index.zh.md
世界 cba18635c8 Add Chrome Root Store certificate option
Adds `chrome` as a new certificate store option alongside `mozilla`.
Both stores filter out China-based CA certificates.
2026-01-17 05:47:54 +08:00

1.5 KiB
Raw Blame History

icon
icon
material/new-box

!!! question "自 sing-box 1.12.0 起"

!!! quote "sing-box 1.13.0 中的更改"

:material-plus: [Chrome Root Store](#store)

证书

结构

{
  "store": "",
  "certificate": [],
  "certificate_path": [],
  "certificate_directory_path": []
}

!!! note ""

当内容只有一项时,可以忽略 JSON 数组 [] 标签

字段

store

默认的 X509 受信任 CA 证书列表。

类型 描述
system(默认) 系统受信任的 CA 证书
mozilla Mozilla 包含列表(已移除中国 CA 证书)
chrome Chrome Root Store(已移除中国 CA 证书)
none 空列表

certificate

要信任的证书行数组PEM 格式。

certificate_path

!!! note ""

文件修改时将自动重新加载。

要信任的证书路径PEM 格式。

certificate_directory_path

!!! note ""

文件修改时将自动重新加载。

搜索要信任的证书的目录路径PEM 格式。