nuclei/pkg/keys/key.go

10 lines
276 B
Go

// 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