package constants // constants for ssl key and certificate const ( ServerCertKey = "server.key" RootCertKey = "root.key" ServerCert = "server.crt" RootCert = "root.crt" SslConfDir = "/etc/ssl" )