gmsm/smx509/root_aix.go
2021-12-03 15:12:27 +08:00

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