openssl ts 命令不起作用 - 可信时间戳
我正在尝试根据 ts 手册 使用 openssl ts 执行以下命令
openssl ts -query -data myfile.foobar -cert -out request.tsq
问题:openssl:错误:“ts”是无效命令。
我找不到任何有关如何在任何地方为 openssl 安装 ts 的有用说明,因此我们将不胜感激。
谢谢!
I'm trying to execute the following command with openssl ts according to the ts manual
openssl ts -query -data myfile.foobar -cert -out request.tsq
Problem: openssl:Error: 'ts' is an invalid command.
I can't find any useful instructions on how to install ts for openssl anywhere, so help would be appreciated.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据此网站,该功能是在 v0.9.9 中添加的。您可以使用以下命令检查版本:
According to this site, that functionality was added in v0.9.9. You can check the version with this command: