본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

certutil imported CA doesn't show up on the list

  • 3 답장
  • 3 이 문제를 만남
  • 13 보기
  • 최종 답변자: 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" ?