PKI (Public Key Infrastructure) Practical
I am stuck at 8. Install your root certificates in Firefox.
with firefox i got the Error :
This is not a certificate authority certificate, so it can’t be imported into the certificate authority list
With Chromium i get a precice message:
Certification Authority Import Error
The file contained one certificate, which was not imported:
IMLLabPKI.com: Not a Certification Authority
What iam doing wrong?
Hey schmitty
Thanks for explaining your steps; it really helped spot where the problem was! You'll need to import the CA certificate you created, not the X509 certificate. As you created your own CA and used it to issue certificates, Firefox must trust the CA for those issued certificates to be trusted, which is why you import ca.crt instead of myserver.crt. Hope this helps!