1
0

certificate.go 135 B

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