搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

certutil imported CA doesn't show up on the list

  • 3 个回答
  • 3 人有此问题
  • 14 次查看
  • 最后回复者为 cor-el

more options

Running Firefox 30.0.

I am trying to add our internal root CA to be trusted by Firefox using command line. I ran this command:

C:\temp\tools>certutil -A -n "Internal Certificate Authority CA" -t "CT,c,c" -i "cert1.cer" -d "C:\Users\myuserid\AppData\Roaming\Mozilla\Firefox\Profiles\72k9o7ll.default"

After that succeeded, I ran this to verify it got added:

C:\temp\tools>certutil.exe -L -d "C:\Users\myuserid\AppData\Roaming\Mozilla\Firefox\Profiles\72k9o7ll.default"

Certificate Nickname Trust Attributes SSL,S/MIME,JAR/XPI

DigiCert High Assurance CA-3 ,, GeoTrust SSL CA ,, Thawte SSL CA ,, VeriSign Class 3 Secure Server CA - G3 ,, DigiCert High Assurance EV CA-1 ,, VeriSign Class 3 Extended Validation SSL CA ,, Cybertrust Public SureServer SV CA ,, Internal Certificate Authority CA CT,c,c DigiCert SHA2 Extended Validation Server CA ,, Google Internet Authority G2 ,, GeoTrust SSL CA - G2 ,, Starfield Secure Certification Authority ,, Go Daddy Secure Certificate Authority - G2 ,, DigiCert SHA2 Secure Server CA ,, GlobalSign Extended Validation CA - SHA256 - G2 ,, RapidSSL CA ,,

It's showing up on the list above but when I go to Firefox and open Tools ->Options->Advanced->Certificates->View Certificates->Authorities, I see a long list of certificates different than the one displayed above and my "Internal Certificate Authority CA" is NOT on the list. When I go to my internal sites protected with SSL issued by the internal CA, they are still not trusted. What am I missing?

Thanks a lot.

Running Firefox 30.0. I am trying to add our internal root CA to be trusted by Firefox using command line. I ran this command: C:\temp\tools>certutil -A -n "Internal Certificate Authority CA" -t "CT,c,c" -i "cert1.cer" -d "C:\Users\myuserid\AppData\Roaming\Mozilla\Firefox\Profiles\72k9o7ll.default" After that succeeded, I ran this to verify it got added: C:\temp\tools>certutil.exe -L -d "C:\Users\myuserid\AppData\Roaming\Mozilla\Firefox\Profiles\72k9o7ll.default" Certificate Nickname Trust Attributes SSL,S/MIME,JAR/XPI DigiCert High Assurance CA-3 ,, GeoTrust SSL CA ,, Thawte SSL CA ,, VeriSign Class 3 Secure Server CA - G3 ,, DigiCert High Assurance EV CA-1 ,, VeriSign Class 3 Extended Validation SSL CA ,, Cybertrust Public SureServer SV CA ,, Internal Certificate Authority CA CT,c,c DigiCert SHA2 Extended Validation Server CA ,, Google Internet Authority G2 ,, GeoTrust SSL CA - G2 ,, Starfield Secure Certification Authority ,, Go Daddy Secure Certificate Authority - G2 ,, DigiCert SHA2 Secure Server CA ,, GlobalSign Extended Validation CA - SHA256 - G2 ,, RapidSSL CA ,, It's showing up on the list above but when I go to Firefox and open Tools ->Options->Advanced->Certificates->View Certificates->Authorities, I see a long list of certificates different than the one displayed above and my "Internal Certificate Authority CA" is NOT on the list. When I go to my internal sites protected with SSL issued by the internal CA, they are still not trusted. What am I missing? Thanks a lot.

所有回复 (3)

more options

Does it at least work if you import the file directly in the Certificate Manager and set the trust bits as required?

more options

yes, if I go through the GUI in Firefox it works fine but it doesn't work in command line. Any ideas what could be wrong?

more options

Did you try the -L parameter after you have imported the certificate to see if it looks different that way?

Did you try "CTu,c,c" ?