# File lib/nanite/security/signature.rb, line 35 def match?(cert) @p7.verify([cert.raw_cert], @store, nil, OpenSSL::PKCS7::NOVERIFY) end