在签名firefox扩展中获取错误

在签名firefox扩展中获取错误,firefox,certificate,sign,Firefox,Certificate,Sign,从Mozilla网站下载firefox签名包后。我正在使用签名扩展 设置路径后,我尝试使用以下命令: certutil -N -d . 创建测试证书,但我遇到以下错误: C:\Firefoxdevelopment>certutil -N -d . CertUtil: Unknown arg: -N CertUtil -? -- Display a verb list (command list CertUtil -dump -? -- Disp

从Mozilla网站下载firefox签名包后。我正在使用签名扩展

设置路径后,我尝试使用以下命令:

certutil -N -d . 
创建测试证书,但我遇到以下错误:

C:\Firefoxdevelopment>certutil -N -d .
CertUtil: Unknown arg: -N

CertUtil -?              -- Display a verb list (command list
CertUtil -dump -?        -- Display help text for the "dump"
CertUtil -v -?           -- Display all help text for all ver
之后,我尝试使用以下代码:

signtool -G myTestCert -d . -p"password"
我得到这个警报错误对话框


您的路径正在执行microsoft版本的certutil C:\Windows\System32\certutil.exe

您需要nss和nspr,其中包括正确版本的certutil和signtool