You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ncdns/certinject/certinject_notlinux.go

11 lines
272 B
Go

// +build !linux
package certinject
var (
nssExplain = "(Unsafe and experimental!) Synchronize TLS certs to " +
"an NSS sqlite3 trust store? This enables HTTPS to work " +
"with some NSS-based software. This is currently unsafe " +
"and should not be used."
)