我无法在窗口命令提示符中使用命令“certreq”,有人可以建议如何在窗口命令提示符下使用此命令吗?
我应该在系统环境中添加路径还是别的什么?
错误信息如下
Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C: \ Documents and Settings \ user> cd C: \ iOS C: \ iOS> certreq-new certreq.txt newcsr.pem 'certreq' is not an internal or external command, Operable program or batch file. C: \ iOS> certreq 'certreq' is not an internal or external command, Operable program or batch file. C: \ iOS>
由于
答案 0 :(得分:1)
Certreq命令可以按如下方式使用:
Certreq [-submit] [-retrieve RequestID] [-new] [-accept] [-policy] [-sign] [-attrib AttributeString] [-binary] [-config CAMachineName \ CAName] [-crl] [-rpc] [-cert CertID] [RequestFileIn | CertChainFileIn | FullResponseFileIn | CertFileIn | PolicyFileIn] [RequestFileOut | CertChainFileOut | FullResponseFileOut | CertFileOut | PKCS10FileOut]
更多参考你可以参考 here
您的版本可能与使用certreq命令不兼容...我更喜欢使用openssl命令 你可以去链接获取你可能用来获得所需认证要求的参数的更多细节.... 希望它有所帮助..... :)
答案 1 :(得分:0)
据我所知,certreq.exe附带Windows的服务器版本。我假设您正在使用桌面版本。
作为替代方案,我建议使用openssl
来生成证书。查看the documentation了解详情。