package autocert const ( certBasePath = "certs/" CertFileDefault = certBasePath + "cert.crt" KeyFileDefault = certBasePath + "priv.key" )