1
0

certificate.go 171 B

12345678
  1. package constant
  2. const (
  3. CertificateStoreSystem = "system"
  4. CertificateStoreMozilla = "mozilla"
  5. CertificateStoreChrome = "chrome"
  6. CertificateStoreNone = "none"
  7. )