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:
@@ -3,5 +3,6 @@ package constant
|
||||
const (
|
||||
CertificateStoreSystem = "system"
|
||||
CertificateStoreMozilla = "mozilla"
|
||||
CertificateStoreChrome = "chrome"
|
||||
CertificateStoreNone = "none"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user