// keys package contains the public key for verifying digital signature of templates package keys import _ "embed" const PDVerifier = "projectdiscovery/nuclei-templates" //go:embed nuclei.crt var NucleiCert []byte // public key for verifying digital signature of templates