使用 openssl dgst 验证文件签名

使用 openssl dgst 验证文件签名

我正在尝试验证文件的签名:

openssl dgst -verify cert.pem -signature file.sha1 file.data
  • 它只说“无法加载密钥文件

证书上写着:

openssl verify cert.pem 

cert.pem: /C=....
error 20 at 0 depth lookup:unable to get local issuer certificate

但是,我特别不关心验证证书,我只想验证给定文件的签名!

答案1

相关内容