0

我正在使用以下 ini 文件:

[NewRequest]
Subject = "CN=TestCN,SERIALNUMBER=TestSN,O=Test,L=Test,C=UK"
Exportable = TRUE
ExportableEncrypted = TRUE
HashAlgorithm = Sha256
KeyLength = 256
MachineKeySet = True
FriendlyName = "TestName"
[RequestAttributes]
CertificateTemplate = "ActualTemplateName"

然后我运行以下命令:

certreq -new "test.ini" "test.req"
certreq -submit "test.req" "test.cer"

现在,在第二个命令中,即 certreq -submit 要求我选择 2 个证书颁发机构之一。我有一个不应该有任何此类弹出窗口的要求,它应该作为 ini 文件或 certreq -submit 命令的一部分提供。提前致谢。

4

1 回答 1

0

它对我有用:

certreq -config "CAServerName\CAName" -submit "test.req" "test.cer""

于 2017-08-10T16:16:20.383 回答