verifyfile.1
来自「IBM开发的TPM的驱动, 有少量的例子可以供参考」· 1 代码 · 共 36 行
1
36 行
.\" Copyright 2004 IBM (Jeff Kravitz).\".\" Written Feb 24 2004, Jeff Kravitz.\".TH verifyfile 1 2004-02-24 "IBM" "TPM Utilities".SH NAMEverifyfile \- verifies a digital signature.SH SYNOPSISverifyfile <sig file> <data file> <pubkey file>.SH DESCRIPTIONThis command will verify a signature on a file.It uses OpenSSL to perform the verification. The TPM is not used.If the verification succeeds, the command will return with no outputand an exit code of 0.If the verification fails, the command will output a "Verification Failed"message, and will exit with an exit code of 100..SH ARGUMENTS.TP 5sig fileis the signature file output by the \fBsignfile\fP command..TP 5data fileis the original data file input to the \fBsignfile\fP command..TP 5pubkey fileis the OpenSSL PEM-format public key file output bythe \fBcreatekey\fP command, and usually has an extension of\fB.pem\fP. It specifies the public key portion of the key usedto sign the data file..SH "SEE ALSO"loadkey(1), signfile(1), createkey(1).SH AUTHORJeff Kravitz , IBM T. J. Watson Research Center
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?