Closed diogomonica closed 12 years ago
Firefox apparently requires both "digitalSignature" and "keyEncipherment" on the root certificate X509 extensions.
If you dont include them, Firefox returns a sec_error_inadequate_key_usage when you try to access a website signed by that specific root authority.
Added a note to the main readme.
https://github.com/cchandler/certificate_authority/pull/13
Firefox apparently requires both "digitalSignature" and "keyEncipherment" on the root certificate X509 extensions.
If you dont include them, Firefox returns a sec_error_inadequate_key_usage when you try to access a website signed by that specific root authority.