FileInfo

Languages

Overview

What is a CRT file? A CRT file is an encoded digital certificate used by a secure website. It identifies the website and verifies its authenticity. CRT files may be saved in a variety of certificate formats, including the Distinguished Encoding Rules ( .DER ) and Privacy Enhanced Mail ( .PEM ) formats.

More Information To host secure websites, web server administrators typically apply for digital certificates from third-party Certificate Authorities, such as GoDaddy, Verisign, or Thawte. These certificates are saved in various formats, including the CRT format. After receiving a certificate, administrators must place it on their web server, within the website they want to secure. When a user accesses the site, the web server passes the certificate to the user's web browser, to verify the site's identity. (If a browser cannot verify a certificate, it may instead show a page that says "This website's certificate is expired.") NOTE: To view the contents of a secure website's digital certificate, click the lock icon that appears in your website's address bar.

Popularity4/5

56 votes

Quick AppUsed by
VerifiedVerified by FileInfo.com The FileInfo.com team has independently researched the Security Certificate file format and Mac, Windows, and Linux apps listed on this page. Our goal is 100% accuracy and we only publish information about file types that we have verified. If you would like to suggest any additions or updates to this page, please let us know .

Document Icon

Breadcrumbs

DeveloperN/A
Popularity4.0 | 56 Votes

Previous / Next

In-Depth

.CRT File Extension

Security Certificate

DeveloperN/A
Popularity
4.0  |  56 Votes
 

What is a CRT file?

A CRT file is an encoded digital certificate used by a secure website. It identifies the website and verifies its authenticity. CRT files may be saved in a variety of certificate formats, including the Distinguished Encoding Rules ( .DER ) and Privacy Enhanced Mail ( .PEM ) formats.

More Information

To host secure websites, web server administrators typically apply for digital certificates from third-party Certificate Authorities, such as GoDaddy, Verisign, or Thawte. These certificates are saved in various formats, including the CRT format.

After receiving a certificate, administrators must place it on their web server, within the website they want to secure. When a user accesses the site, the web server passes the certificate to the user's web browser, to verify the site's identity. (If a browser cannot verify a certificate, it may instead show a page that says "This website's certificate is expired.")

NOTE: To view the contents of a secure website's digital certificate, click the lock icon that appears in your website's address bar.

How to open a CRT file

You can use OpenSSL (multiplatform) to view the contents of a CRT file. For example, if your CRT file contains a certificate saved in the DER format, you can use the following command to view your file's contents:

openssl x509 -inform der -in YourFileName.crt -text -noout

Open over 400 file formats with File Viewer Plus . Free Download

Programs that open or reference CRT files

Sort

Pricing

Program Name

Platform

Reset

X

Windows

Microsoft Edge

Free

Google Chrome

Free

Mozilla Firefox

Free

OpenSSL

Free

Mac

Apple Safari

Included with OS

Google Chrome

Free

Mozilla Firefox

Free

OpenSSL

Free

Linux

Google Chrome

Free

Mozilla Firefox

Free

OpenSSL

Free

Category: Web Files

Updated: October 25, 2023

FAQ

What is a CRT file?
A CRT file is an encoded digital certificate used by a secure website. It identifies the website and verifies its authenticity. CRT files may be saved in a variety of certificate formats, including the Distinguished Encoding Rules (.DER) and Privacy Enhanced Mail (.PEM) formats.
How do I open a .crt file?
You can use OpenSSL (multiplatform) to view the contents of a CRT file. For example, if your CRT file contains a certificate saved in the DER format, you can use the following command to view your file's contents: