Security/Security Bugs/EncryptedBugmail: Difference between revisions

No edit summary
Line 61: Line 61:


If you have OpenSSL installed and want to use the command line, you can
If you have OpenSSL installed and want to use the command line, you can
extract your certificate from the .p12 file that you have exported:
extract your client certificate from the .p12 file that you have exported:


   openssl pkcs12 -in certificate.p12 -out certificate.pem -nokeys
   openssl pkcs12 -in certificate.p12 -out certificate.pem -nokeys -clcerts
 
The resulting .pem file may contain multiple certificates (your own
certificate and intermediate CA certificates). The first block should be
your own certificate, only copy and paste that block into the Bugzilla
form.


Another approach is to use Certificate Manager. To open it in Firefox or
Another approach is to use Certificate Manager. To open it in Firefox or
Confirmed users
856

edits