PKI Tutorials - Herong's Tutorial Examples - Version 2.01, by Dr. Herong Yang

Exporting Certificate to File from Firefox 3

This section provides a tutorial example on how to export a trusted root CA certificate installed in Firefox 3 into a certificate file in PEM (Privacy Enhanced Mail) format.

In previous tutorial, we learned how to access certificates installed in Firefox. Now let's see if we can export a certificate out of Firefox.

1. Repeat steps listed in the previous tutorial until you see the Certificate Manager dialog box.

2. Go to the Authorities tab and select "GTE CyberTrust Global Root".

3. Click "Export" button. The Save Certificate To File dialog box shows up. The "Save as type" field supports these types with "X.509 Certificate (PEM)" as the default:

X.509 Certificate (PEM)
X.509 Certificate with chain (PEM)
X.509 Certificate (DER)
X.509 Certificate (PKCS#7)
X.509 Certificate with chain (PKCS#7)

4. Enter a file name: \temp\GTE_Root_CA_pem.crt, and click the "Save" button. The selected certificate will be exported into the specified file.

Table of Contents

 About This Book

 Introduction of PKI (Public Key Infrastructure)

 Introduction of HTTPS (Hypertext Transfer Protocol Secure)

 Using HTTPS with IE (Internet Explorer) 8

Using HTTPS with Firefox 3

 Visiting "https" Web Site with Firefox 3

 Viewing Server Certificate Details in Firefox 3

 Viewing Server Certificate Path in Firefox 3

 Exporting Server Certificate to File in Firefox 3

 Viewing Pre-Installed Certificates in Firefox 3

 Listing of Trusted Root CA in Firefox 3

Exporting Certificate to File from Firefox 3

 Deleting Root CA Certificates from Firefox 3

 Firefox 3 Displaying Certificate Error Page

 Adding Security Exception in Firefox 3

 Failing to Import Root CA Certificates to Firefox 3

 Certificate Trust Settings in Firefox 3

 Perl Scripts Communicating with HTTPS Servers

 PHP Scripts Communicating with HTTPS Servers

 Java Programs Communicating with HTTPS Servers

 Certificate Stores and Certificate Console

 .NET Programs Communicating with HTTPS Servers

 CAcert.org - Root CA Offering Free Certificates

 PKI CA Administration - Issuing Certificates

 Digital Signature - Microsoft Word 2007

 Digital Signature - OpenOffice.org 3

 S/MIME and Email Security

 PKI (Public Key Infrastructure) Terminology

 References

 Printable Copy - PDF Version

Exporting Certificate to File from Firefox 3 - Updated in 2015, by Dr. Herong Yang