Export & Download — SSL Certificate from Server (Site URL) (2024)

Export the SSL certificate of a website using Google Chrome:

1.Click the Secure button (a padlock) in an address bar.

Export & Download — SSL Certificate from Server (Site URL) (2)

2. Click the Certificate(Valid).

Export & Download — SSL Certificate from Server (Site URL) (3)

3. Go to the Details tab

Export & Download — SSL Certificate from Server (Site URL) (4)

4.Click the Copy to File… button

5.Click the Next button.

6.Select the “Base-64 encoded X.509 (.CER)” format and click the Next button.

Export & Download — SSL Certificate from Server (Site URL) (5)

7.Specify the name of the file you want to save the SSL certificate to

8.Click the Next and the Finish buttons

Export the SSL certificate of a website using Mozilla Firefox:

1.Click the Site Identity button (a padlock) in an address bar.

Export & Download — SSL Certificate from Server (Site URL) (6)

2.Click the Show connection details arrow

3.Click the More Information button

Export & Download — SSL Certificate from Server (Site URL) (7)

4.Click the View Certificate button

5.Go to the Details tab

Export & Download — SSL Certificate from Server (Site URL) (8)

6.Click the Export button

7.Specify the name of the file you want to save the SSL certificate to, keep the “X.509 Certificate (PEM)” format and click the Save button

Download and save the SSL certificate of a website using Internet Explorer:

1.Click the Security report button (a padlock) in an address bar

Export & Download — SSL Certificate from Server (Site URL) (9)

2.Click the View Certificate button

Export & Download — SSL Certificate from Server (Site URL) (10)

3.Go to the Details tab

4.Click the Copy to File… button

5.Click the Next button

6.Select the “Base-64 encoded X.509 (.CER)” format and click the Next button

7.Specify the name of the file you want to save the SSL certificate to

8.Click the Next and the Finish buttons

Get the SSL certificates of a website using openssl command :

$ echo | openssl s_client -servername NAME -connect HOST:PORT |\

sed -ne ‘/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p’ > certificate.crt

Explanation :

>>connect HOST:PORT :- The host and port to connect to

>>server name NAME :- The TLS SNI (Server Name Indication) extension (website)

>>certificate.crt :- Save SSL certificate to this file

Example:

$ echo | openssl s_client -servername google.com -connect google.com:443|\

sed -ne ‘/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p’ > certificate.crt

Export & Download — SSL Certificate from Server (Site URL) (2024)
Top Articles
Latest Posts
Article information

Author: Edwin Metz

Last Updated:

Views: 5764

Rating: 4.8 / 5 (78 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Edwin Metz

Birthday: 1997-04-16

Address: 51593 Leanne Light, Kuphalmouth, DE 50012-5183

Phone: +639107620957

Job: Corporate Banking Technician

Hobby: Reading, scrapbook, role-playing games, Fishing, Fishing, Scuba diving, Beekeeping

Introduction: My name is Edwin Metz, I am a fair, energetic, helpful, brave, outstanding, nice, helpful person who loves writing and wants to share my knowledge and understanding with you.