<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Certificate Management in ESA on</title><link>https://docs.protegrity.com/10.2/docs/cmg/cmg_ch_certificate_management_in_esa/</link><description>Recent content in Certificate Management in ESA on</description><generator>Hugo</generator><language>en</language><atom:link href="https://docs.protegrity.com/10.2/docs/cmg/cmg_ch_certificate_management_in_esa/index.xml" rel="self" type="application/rss+xml"/><item><title>Certificate Repository</title><link>https://docs.protegrity.com/10.2/docs/cmg/cmg_ch_certificate_management_in_esa/cmg_ch_esa_certificate_repository/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/10.2/docs/cmg/cmg_ch_certificate_management_in_esa/cmg_ch_esa_certificate_repository/</guid><description>&lt;p>A Certificate Revocation List (CRL) is a list containing entries of digital certificates that are no longer trusted as they are revoked by the issuing Certificate Authority (CA). The digital certificates can be revoked for one of the following possible reasons:&lt;/p>
&lt;ul>
&lt;li>The certificate is expired.&lt;/li>
&lt;li>The certificate is compromised.&lt;/li>
&lt;li>The certificate is lost.&lt;/li>
&lt;li>The certificate is breached.&lt;/li>
&lt;/ul>
&lt;p>CRLs are used to avoid the usage of certificates that are revoked and are used at various endpoints including the web browsers. When a browser makes a connection to a site, the identity of the site owner is checked using the server’s digital certificate. Also, the validity of the digital certificate is verified by checking whether the digital certificate is not listed in the Certificate Revocation List. If the certificate entry is present in this list, then the authentication for that revoked certificate fails.&lt;/p></description></item><item><title>Uploading Certificates</title><link>https://docs.protegrity.com/10.2/docs/cmg/cmg_ch_certificate_management_in_esa/cmg_upload_certificates/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/10.2/docs/cmg/cmg_ch_certificate_management_in_esa/cmg_upload_certificates/</guid><description>&lt;p>To upload certificates:&lt;/p>
&lt;ol>
&lt;li>
&lt;p>On the ESA Web UI, navigate to &lt;strong>Settings&lt;/strong> &amp;gt; &lt;strong>Network&lt;/strong> &amp;gt; &lt;strong>Certificate Repository&lt;/strong>.&lt;/p>
&lt;p>&lt;img src="https://docs.protegrity.com/10.2/docs/images/Certificate_Repository.png" alt="Certificate Repository screen" title="Certificate Repository screen">&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Click &lt;strong>Upload New Files&lt;/strong>.&lt;/p>
&lt;p>The &lt;strong>Upload new file to repository&lt;/strong> dialog box appears.&lt;/p>
&lt;p>&lt;img src="https://docs.protegrity.com/10.2/docs/images/UploadCerts.png" alt="Upload Certificate screen" title="Upload Certificate screen">&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Click &lt;strong>Certificate/Key&lt;/strong> to upload a certificate file and a private key file.&lt;/p>
&lt;/li>
&lt;/ol>
&lt;blockquote>
&lt;p>&lt;strong>CAUTION:&lt;/strong> Certificates have a public and private key. The public key is mentioned in the certificate and as a best practice the private key is maintained as a separate file. In ESA, you can upload either the certificate file or both certificate and private key file together. In ESA Certificate Repository, it is mandatory to upload the certificate file.&lt;/p></description></item><item><title>Uploading Certificate Revocation List</title><link>https://docs.protegrity.com/10.2/docs/cmg/cmg_ch_certificate_management_in_esa/cmg_upload_clr/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/10.2/docs/cmg/cmg_ch_certificate_management_in_esa/cmg_upload_clr/</guid><description>&lt;h2 id="creating-a-crl---an-example">Creating a CRL - An Example&lt;/h2>
&lt;p>To create a CRL:&lt;/p>
&lt;ol>
&lt;li>
&lt;p>In the CLI Manager, navigate to &lt;strong>Administration&lt;/strong> &amp;gt; &lt;strong>OS Console&lt;/strong>.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Run the following command to revoke a client certificate:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-fallback" data-lang="fallback">&lt;span style="display:flex;">&lt;span>openssl ca -config demoCA/newcerts/openssl.cnf -revoke Client.crt -keyfile CA.key -cert CA.crt
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;/li>
&lt;li>
&lt;p>Run the following command to generate a CRL:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-fallback" data-lang="fallback">&lt;span style="display:flex;">&lt;span>openssl ca -config demoCA/newcerts/openssl.cnf -gencrl -keyfile CA.key -cert CA.crt -out Client.crl
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;/li>
&lt;/ol>
&lt;h2 id="uploading-the-crl">Uploading the CRL&lt;/h2>
&lt;p>To upload CRL:&lt;/p>
&lt;ol>
&lt;li>
&lt;p>On the ESA Web UI, navigate to &lt;strong>Settings&lt;/strong> &amp;gt; &lt;strong>Network&lt;/strong> &amp;gt; &lt;strong>Certificate Repository&lt;/strong> .&lt;/p></description></item><item><title>Manage Certificates</title><link>https://docs.protegrity.com/10.2/docs/cmg/cmg_ch_certificate_management_in_esa/cmg_ch_esa_manage_certificates/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/10.2/docs/cmg/cmg_ch_certificate_management_in_esa/cmg_ch_esa_manage_certificates/</guid><description>&lt;p>On the ESA Web UI, navigate to &lt;strong>Settings&lt;/strong> &amp;gt; &lt;strong>Network&lt;/strong> &amp;gt; &lt;strong>Manage Certificates&lt;/strong>.&lt;/p>
&lt;p>The following figure and table provides the actions available from the Manage Certificates screen.&lt;/p>
&lt;p>&lt;img src="https://docs.protegrity.com/10.2/docs/images/Manage_Certificates_Actions.png" alt="Manage Certificates screen" title="Additional actions: Manage Certificates screen">&lt;/p>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Callout&lt;/th>
 &lt;th>Action&lt;/th>
 &lt;th>Description&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>1&lt;/td>
 &lt;td>&lt;img src="https://docs.protegrity.com/10.2/docs/images/Info.png" alt=""> Hover over the Help icon&lt;/td>
 &lt;td>Gives information about Management and Web Services groups.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>2&lt;/td>
 &lt;td>&lt;img src="https://docs.protegrity.com/10.2/docs/images/Info.png" alt=""> Download server’s CA certificate&lt;/td>
 &lt;td>Download the server’s CA certificate. You can download only the server’s CA certificate and upload it to another certificate trust store to trust the server certificate for communication with ESA.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>3&lt;/td>
 &lt;td>&lt;img src="https://docs.protegrity.com/10.2/docs/images/Info.png" alt=""> Hover over the icon&lt;/td>
 &lt;td>Gives additional information or details about a certificate.&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table></description></item><item><title>Changing Certificates</title><link>https://docs.protegrity.com/10.2/docs/cmg/cmg_ch_certificate_management_in_esa/cmg_change_certificates/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/10.2/docs/cmg/cmg_ch_certificate_management_in_esa/cmg_change_certificates/</guid><description>&lt;p>To change certificates:&lt;/p>
&lt;ol>
&lt;li>
&lt;p>On the ESA Web UI, navigate to &lt;strong>Settings&lt;/strong> &amp;gt; &lt;strong>Network&lt;/strong> &amp;gt; &lt;strong>Manage Certificates&lt;/strong>.&lt;/p>
&lt;p>&lt;img src="https://docs.protegrity.com/10.2/docs/images/Manage_Certificates.png" alt="Manage Certificates screen" title="Manage Certificates screen">&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Click &lt;strong>Change Certificates&lt;/strong>.&lt;/p>
&lt;p>The &lt;strong>Certificate Management&lt;/strong> wizard appears with &lt;strong>CA certificate(s)&lt;/strong> section.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Select the check box next to the CA Certificate that you want to set as active.&lt;/p>
&lt;blockquote>
&lt;p>&lt;strong>CAUTION:&lt;/strong> This section shows server, client, and CA certificates together. However, ensure that you select only the required certificates in their respective screens. You can select multiple CA certificates for ESA &lt;strong>Management&lt;/strong> and &lt;strong>Web Services&lt;/strong> section. ESA allows you to have only one server and one client active at any given time.&lt;/p></description></item><item><title>Changing CRL</title><link>https://docs.protegrity.com/10.2/docs/cmg/cmg_ch_certificate_management_in_esa/cmg_change_crl/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/10.2/docs/cmg/cmg_ch_certificate_management_in_esa/cmg_change_crl/</guid><description>&lt;p>To change CRL:&lt;/p>
&lt;ol>
&lt;li>
&lt;p>On the ESA Web UI, navigate to &lt;strong>Settings&lt;/strong> &amp;gt; &lt;strong>Network&lt;/strong> &amp;gt; &lt;strong>Manage Certificates&lt;/strong>.&lt;/p>
&lt;p>&lt;img src="https://docs.protegrity.com/10.2/docs/images/Manage_Certificates.png" alt="Manage Certificates screen" title="Manage Certificates screen">&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Click &lt;strong>Revocation List&lt;/strong>.&lt;/p>
&lt;p>The &lt;strong>Certificate Revocation List&lt;/strong> dialog box appears.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Select the &lt;strong>Enable Certificate Revocation List&lt;/strong> check box.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Select the check box next to the CRL file that you want to set as active.&lt;/p>
&lt;p>&lt;img src="https://docs.protegrity.com/10.2/docs/images/Change_CRL_dialog.png" alt="Change CRL screen" title="Change CRL screen">&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Click &lt;strong>Apply&lt;/strong>.&lt;/p>
&lt;p>A confirmation message appears.&lt;/p>
&lt;/li>
&lt;/ol></description></item></channel></rss>