schmitty
3 months agoBronze III
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 l...
- 3 months ago
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!