var net/http/internal.LocalhostCert

2 uses

	net/http/internal (current package)
		testcert.go#L13: var LocalhostCert = []byte(`-----BEGIN CERTIFICATE-----

	net/http/httptest
		server.go#L147: 	cert, err := tls.X509KeyPair(internal.LocalhostCert, internal.LocalhostKey)