mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-25 03:36:18 +08:00
7 lines
138 B
Go
7 lines
138 B
Go
![]() |
package smx509
|
||
|
|
||
|
// Possible certificate files; stop after finding one.
|
||
|
var certFiles = []string{
|
||
|
"/var/ssl/certs/ca-bundle.crt",
|
||
|
}
|