<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Steps to extract the private key of CP web server certificate from the shell! in RUCKUS Self-Help</title>
    <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Steps-to-extract-the-private-key-of-CP-web-server-certificate/m-p/56666#M117</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi Team,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In some scenarios, The CSR is generated from CloudPath for a Wildcard Certificate and We use the same Wildcard Certificate for both CloudPath and SmartZone.&lt;/P&gt;&lt;P&gt;In such a situation Certificate import on CloudPath is done with a "Private key source" using the option "Certificate is based on downloaded CSR"&lt;/P&gt;&lt;P&gt;In order to use the same Wildcard Certificate on the SmartZone or etc. We need the Private Key to create the certificate .pem file.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;SSH into Cloudpath using the Credentials &lt;STRONG&gt;cpn_service&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Type '&lt;STRONG&gt;console&lt;/STRONG&gt;' and get to the Linux prompt. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Then &lt;STRONG&gt;'sudo su&lt;/STRONG&gt;' to elevate to root access&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Location to find the files &lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;Cd /etc/pki/tls/cert&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;To open the file &lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;Cat /etc/pki/tls/cert/certificate.cer&lt;/STRONG&gt; (the public key)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;Cat /etc/pki/tls/cert/ca_intermediate.cer&lt;/STRONG&gt; (the chain Root/Intermediates for the webserver cert)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;Cat /etc/pki/tls/private/certificate.key&lt;/STRONG&gt; (the private key)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;We can copy the text from the shell and save it in a notepad in .pem or .key format to reuse.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vigneshwar Sivakumar&lt;/P&gt;</description>
    <pubDate>Wed, 12 Apr 2023 09:16:03 GMT</pubDate>
    <dc:creator>Vigneshwar</dc:creator>
    <dc:date>2023-04-12T09:16:03Z</dc:date>
    <item>
      <title>Steps to extract the private key of CP web server certificate from the shell!</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Steps-to-extract-the-private-key-of-CP-web-server-certificate/m-p/56666#M117</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Team,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In some scenarios, The CSR is generated from CloudPath for a Wildcard Certificate and We use the same Wildcard Certificate for both CloudPath and SmartZone.&lt;/P&gt;&lt;P&gt;In such a situation Certificate import on CloudPath is done with a "Private key source" using the option "Certificate is based on downloaded CSR"&lt;/P&gt;&lt;P&gt;In order to use the same Wildcard Certificate on the SmartZone or etc. We need the Private Key to create the certificate .pem file.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;SSH into Cloudpath using the Credentials &lt;STRONG&gt;cpn_service&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Type '&lt;STRONG&gt;console&lt;/STRONG&gt;' and get to the Linux prompt. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Then &lt;STRONG&gt;'sudo su&lt;/STRONG&gt;' to elevate to root access&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Location to find the files &lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;Cd /etc/pki/tls/cert&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;To open the file &lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;Cat /etc/pki/tls/cert/certificate.cer&lt;/STRONG&gt; (the public key)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;Cat /etc/pki/tls/cert/ca_intermediate.cer&lt;/STRONG&gt; (the chain Root/Intermediates for the webserver cert)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;Cat /etc/pki/tls/private/certificate.key&lt;/STRONG&gt; (the private key)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;We can copy the text from the shell and save it in a notepad in .pem or .key format to reuse.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vigneshwar Sivakumar&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 09:16:03 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Steps-to-extract-the-private-key-of-CP-web-server-certificate/m-p/56666#M117</guid>
      <dc:creator>Vigneshwar</dc:creator>
      <dc:date>2023-04-12T09:16:03Z</dc:date>
    </item>
  </channel>
</rss>

