Importing a CA certificate file created with OpenSSL
I'm trying to import a CA file I created with OpenSSL's CA.sh utility. Firefox doesn't see it as being valid though: when I try and import cacert.pem I get the error "This is not a certificate authority certificate, so it can't be imported into the certificate authority list". I've tried removing all the text before ----BEGIN CERTIFICATE----- but it doesn't help. What am I missing?
선택된 해결법
Maybe try here: http://groups.google.com/group/mozilla.dev.tech.crypto?lnk=
문맥에 따라 이 답변을 읽어주세요 👍 1모든 댓글 (2)
선택된 해결법
Maybe try here: http://groups.google.com/group/mozilla.dev.tech.crypto?lnk=
글쓴이 cor-el 수정일시
Thanks, it turned out the OpenSSL CA.sh script creates a certificate which is in the wrong format - running openssl manually worked.