<?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 Re: Installing wildcard cert on ZD3000 in Community and Online Support Services</title>
    <link>https://community.ruckuswireless.com/t5/Community-and-Online-Support/Installing-wildcard-cert-on-ZD3000/m-p/46499#M1833</link>
    <description>&lt;P&gt;I'd appreciate seeing the commands used in this process.&lt;/P&gt;&lt;P&gt;I installed the&amp;nbsp;Ruckus_Wireless_ZoneDirector_SN-321408000091_certificate.crt in my Linux&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;/usr/share/ca-certificates/ruckus&lt;/EM&gt;&lt;/STRONG&gt; directory and updated my ssh certificates. I haven't&lt;/P&gt;&lt;P&gt;seen any improvement yet. David_Nanon's procedure of uploading the .crt and key to browsers&lt;/P&gt;&lt;P&gt;looks very interesting but the exact steps aren't clear yet. Mind elaborating on the details?&lt;/P&gt;</description>
    <pubDate>Thu, 15 Sep 2022 19:47:47 GMT</pubDate>
    <dc:creator>Piet</dc:creator>
    <dc:date>2022-09-15T19:47:47Z</dc:date>
    <item>
      <title>Installing wildcard cert on ZD3000</title>
      <link>https://community.ruckuswireless.com/t5/Community-and-Online-Support/Installing-wildcard-cert-on-ZD3000/m-p/43299#M1701</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm trying to install a new wildcard certificate on a ZD3000 running 9.5.0.0 build 156.&lt;/P&gt;&lt;P&gt;I import the certificate (CRT) and then I'm told I need to import a private key to match. I have a PFX file which I converted to PEM format&amp;nbsp;as the ZD won't accept PFX files but still no luck. I've verified that the cert and private key do match using &lt;A href="https://www.sslshopper.com/certificate-key-matcher.html" rel="nofollow" target="_blank" title="Link https//wwwsslshoppercom/certificate-key-matcherhtml"&gt;https://www.sslshopper.com/certificate-key-matcher.html&lt;/A&gt;&amp;nbsp;so&amp;nbsp;why doesn't the ZD accept the key? Any ideas?&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2016 12:31:59 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Community-and-Online-Support/Installing-wildcard-cert-on-ZD3000/m-p/43299#M1701</guid>
      <dc:creator>david_nanton</dc:creator>
      <dc:date>2016-03-04T12:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Installing wildcard cert on ZD3000</title>
      <link>https://community.ruckuswireless.com/t5/Community-and-Online-Support/Installing-wildcard-cert-on-ZD3000/m-p/43300#M1702</link>
      <description>Hello David,&lt;BR /&gt;&lt;BR /&gt;Where was the CSR used to get this cert generated? Was the CSR created on the ZD itself or was it generated on a&amp;nbsp;server on your network? If you generated the CSR on the ZD you have the option to download the key from the ZD itself.&lt;BR /&gt;If this was a server on your network you need to get the private key from this server. You can use Open SSL to extract the certificate and the private key in the .pem format . Kindly refer to the below links that explains how to get this done and also provides commands that you will find useful:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://rietta.com/blog/2012/01/27/openssl-generating-rsa-key-from-command/" rel="nofollow" target="_blank" title="Link https//riettacom/blog/2012/01/27/openssl-generating-rsa-key-from-command/"&gt;https://rietta.com/blog/2012/01/27/openssl-generating-rsa-key-from-command/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.sslshopper.com/article-most-common-openssl-commands.html" rel="nofollow" target="_blank" title="Link https//wwwsslshoppercom/article-most-common-openssl-commandshtml"&gt;https://www.sslshopper.com/article-most-common-openssl-commands.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Santosh</description>
      <pubDate>Fri, 04 Mar 2016 12:39:23 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Community-and-Online-Support/Installing-wildcard-cert-on-ZD3000/m-p/43300#M1702</guid>
      <dc:creator>santosh_bittu</dc:creator>
      <dc:date>2016-03-04T12:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Installing wildcard cert on ZD3000</title>
      <link>https://community.ruckuswireless.com/t5/Community-and-Online-Support/Installing-wildcard-cert-on-ZD3000/m-p/43301#M1703</link>
      <description>&lt;P&gt;Hi Santosh,&lt;/P&gt;&lt;P&gt;Thanks. I managed to sort it.&lt;/P&gt;&lt;P&gt;After exporting the certificate with private keys from the server I then had to convert it to PEM format (PFXFilename.pem) using OpenSSL.&lt;/P&gt;&lt;P&gt;Then I had to extract the certificate only using the command - openssl pkcs12 -in PFXFilename.pfx -clcerts -nokeys -out PFXFilename_cert.pem&lt;/P&gt;&lt;P&gt;I then exported private key only: openssl rsa -in PFXFilename.pem -out PFXFilename.pem_key.pem&lt;/P&gt;&lt;P&gt;That still didn't work, until I edited both files to remove any text before the -----BEGIN CERTIFICATE----- and -----BEGIN RSA PRIVATE KEY----- lines and anythign aftert the -----END CERTIFICATE----- and -----END RSA PRIVATE KEY----- lines&lt;/P&gt;&lt;P&gt;That last bit seemed to be the missing&amp;nbsp;link as only then was I able to import the certificate and key successfully to the controller.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best wishes,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2016 18:02:36 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Community-and-Online-Support/Installing-wildcard-cert-on-ZD3000/m-p/43301#M1703</guid>
      <dc:creator>david_nanton</dc:creator>
      <dc:date>2016-03-04T18:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Installing wildcard cert on ZD3000</title>
      <link>https://community.ruckuswireless.com/t5/Community-and-Online-Support/Installing-wildcard-cert-on-ZD3000/m-p/46499#M1833</link>
      <description>&lt;P&gt;I'd appreciate seeing the commands used in this process.&lt;/P&gt;&lt;P&gt;I installed the&amp;nbsp;Ruckus_Wireless_ZoneDirector_SN-321408000091_certificate.crt in my Linux&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;/usr/share/ca-certificates/ruckus&lt;/EM&gt;&lt;/STRONG&gt; directory and updated my ssh certificates. I haven't&lt;/P&gt;&lt;P&gt;seen any improvement yet. David_Nanon's procedure of uploading the .crt and key to browsers&lt;/P&gt;&lt;P&gt;looks very interesting but the exact steps aren't clear yet. Mind elaborating on the details?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 19:47:47 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Community-and-Online-Support/Installing-wildcard-cert-on-ZD3000/m-p/46499#M1833</guid>
      <dc:creator>Piet</dc:creator>
      <dc:date>2022-09-15T19:47:47Z</dc:date>
    </item>
  </channel>
</rss>

