var net/http/internal/testcert.LocalhostCert

2 uses

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

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