# Certificates

SSL/TLS Certificates are a valuable source of information that are found on almost every web server on the internet.
They can include information about your organization's network administrators, commonly used domain names (subject
alternative names), and important dates for infrastructure updates. Certificates are commonly shared across many
pieces of an attack surface, and you can select each individual certificate (which is uniquely identified by its
fingerprint) to view all locations that certificate has been discovered.

Certificates are commonly found by completing a [handshake](https://www.ssl.com/article/ssl-tls-handshake-overview/)
with any servers identified to be using SSL/TLS and parsing the certificate that is received during that handshake.

![EASM Certificates table](/static/easm/asm_certificates.png "EASM Certificates table")

## Accessing the Certificates page

To access the Certificates page, select or hover over EASM in the left navigation and then select Certificates.

![EASM Certificates navigation](/static/easm/asm_certificates_nav.png "EASM Certificates navigation")

## Filtering the Certificates page and viewing details

1. Select the [Filter icon](/general-navigation/search-sort-and-filter-tables/#apply-a-new-filter)
![Filter icon](/static/filter_icon.png) to narrow the Certificates table results.

   !!!
   See the [Search, Sort, and Filter tables section](/general-navigation/search-sort-and-filter-tables/) for
   customizing the table display and the
   [Save applied filter as a preset](/general-navigation/search-sort-and-filter-tables/#save-applied-filters-as-a-preset)
   to save your user-defined filters for reuse.
   !!!

2. Select anywhere in a Certificates table row to display the Certificate details page in the right side slide-out
panel in a condensed display.

   ![Certificate Details page](/static/easm/asm_certificate_details.png "Certificate Details page")

   The Certificate Details page includes the certificate's common name, the discovery chain, protocols/ports/ciphers,
   and details such as the issuer, etc.

   !!! Note
   Select the full-page icon ![Full-page icon](/static/easm/eye_icon.png) to the far right on any row to
   display a full-page view of the Certificate details. You can also select the full-page icon from the details
   side page view.

   ![Full page Certificate details](/static/easm/asm_certificate_details_full.png "Full page Certificate details")
   !!!

## Create Policy

See the [Policies section](/easm/assets/policy/) for details on creating alerts for this asset type.
