Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Importing a CA certificate file created with OpenSSL

  • 2 antwoorden
  • 23 hebben dit probleem
  • 1 weergave
  • Laatste antwoord van Bruce Cran

more options

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?

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?

Alle antwoorden (2)

more options

Gekozen oplossing

Bewerkt door cor-el op

more options

Thanks, it turned out the OpenSSL CA.sh script creates a certificate which is in the wrong format - running openssl manually worked.