Add certificate store

This commit is contained in:
世界
2025-01-08 10:34:45 +08:00
parent 5ac6dd25ef
commit 8f75ab8bb9
30 changed files with 4785 additions and 32 deletions

7
constant/certificate.go Normal file
View File

@@ -0,0 +1,7 @@
package constant
const (
CertificateStoreSystem = "system"
CertificateStoreMozilla = "mozilla"
CertificateStoreNone = "none"
)