gmsm/smx509/root_aix.go
2022-07-15 16:42:39 +08:00

12 lines
252 B
Go

package smx509
// Possible certificate files; stop after finding one.
var certFiles = []string{
"/var/ssl/certs/ca-bundle.crt",
}
// Possible directories with certificate files; all will be read.
var certDirectories = []string{
"/var/ssl/certs",
}