Add Chrome Root Store certificate option

Adds `chrome` as a new certificate store option alongside `mozilla`.
Both stores filter out China-based CA certificates.
This commit is contained in:
世界
2026-01-17 05:47:54 +08:00
parent 0d8c7a9c5d
commit cba18635c8
6 changed files with 2934 additions and 9 deletions
+1
View File
@@ -3,5 +3,6 @@ package constant
const (
CertificateStoreSystem = "system"
CertificateStoreMozilla = "mozilla"
CertificateStoreChrome = "chrome"
CertificateStoreNone = "none"
)