Certificate Can’;不要使用Mozilla’;带有certutil.exe的s cert9.db

Certificate Can’;不要使用Mozilla’;带有certutil.exe的s cert9.db,certificate,nss,certutil,Certificate,Nss,Certutil,以下命令:certutil.exe-L-d“C:\Users\Home\AppData\Roaming\Mozilla\Firefox\Profiles\1bku2z91.default-16339234717\” 返回此错误消息:certutil.exe:函数失败:SEC\u error\u LEGACY\u数据库:证书/密钥数据库采用旧的、不受支持的格式。 我尝试了带引号和不带引号,将反斜杠改为正斜杠。我发现目标文件夹必须包含secmod.db,我的文件夹没有,但我认为这适用于cert8.d

以下命令:
certutil.exe-L-d“C:\Users\Home\AppData\Roaming\Mozilla\Firefox\Profiles\1bku2z91.default-16339234717\”
返回此错误消息:
certutil.exe:函数失败:SEC\u error\u LEGACY\u数据库:证书/密钥数据库采用旧的、不受支持的格式。

我尝试了带引号和不带引号,将反斜杠改为正斜杠。我发现目标文件夹必须包含
secmod.db
,我的文件夹没有,但我认为这适用于
cert8.db
,而不是
cert9.db
。我正在按照
about:support
lookup传递正确的文件夹。我的Firefox版本是
66.0.3

您需要在文件夹位置之前添加“sql:”以指定您正在尝试读取的sqlite db,因此它将是:

certutil.exe -L -d sql:“C:\Users\Home\AppData\Roaming\Mozilla\Firefox\Profiles\1bku2z91.default-1633392324717\”