gmsm/smx509/root_aix.go
2022-01-21 11:24:10 +08:00

11 lines
251 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",
}