Exporting Server Certificate to File in Chrome 40

This section provides a tutorial example on how to export an HTTPS server certificate to a certificate file in PEM (Privacy Enhanced Mail) format, also called Base-64 encoded X.509 format.

In previous tutorials, I learned how to view an HTTPS server certificate and its certificate path. Now I want to learn how to save a server certificate to a certificate file.

1. Run Chrome 40 and go to https://login.yahoo.com.

2. Click the lock icon at the left side of the URL address area. The page security dialog box shows up.

3. Click the "Connection" tab. The connection security information is displayed.

4. Click the "Certificate information" link. The Certificate dialog box shows up.

5. Click the "Details" tab and click the "Copy to File..." button. The "Certificate Export Wizard" dialog box shows up.

6. Click the "Next" button. The Export File Format step shows up with these options:

Certificate can be exported in a variety of file formats.

Select the format you want to use:
   ( ) DER encoded binary X.509 (.CER)
   (.) Base-64 encoded X.509 (.CER)
   ( ) Cryptographic Message Syntax Standard 
       - PKCS #7 Certificates (.P7B)
   ...

7. Select "Base-64 encoded X.509 (.CER)" as the export file format, and click the "Next" button. The File to Export step shows up.

8. Enter a file name: \temp\yahoo.cer, and click the "Next" button. The confirmation step shows up.

9. Click the "Finish" button. The Yahoo server certificate will be exported into the specified file.

The picture below shows you the export file format options in the Certificate Export Wizard:

Export Certificate File Formats - Chrome 40
Export Certificate File Formats - Chrome 40

Last update: 2015.

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) 10

Using HTTPS with Chrome 40

 Visiting "https" Web Site with Chrome 40

 Viewing Server Certificate in Chrome 40

 Viewing Server Certificate Path in Chrome 40

Exporting Server Certificate to File in Chrome 40

 Viewing Trusted Root CA Certificates in Chrome 40

 Listing of Trusted Root CA in Chrome 40

 Exporting Root Certificate to File from Chrome 40

 Deleting Root CA Certificates from Chrome 40

 Chrome 40 Shares Windows PKI with IE

 Using HTTPS with Firefox 35

 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

 Outdated Tutorials

 References

 PDF Printing Version