<?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: MSA 2040: Change the https certificate in MSA Storage</title>
    <link>https://community.hpe.com/t5/msa-storage/msa-2040-change-the-https-certificate/m-p/7020777#M12201</link>
    <description>Could you please advise from where I can get cert and key-files?&lt;BR /&gt;We have a local CA in my domain and need to create customized certificate.</description>
    <pubDate>Sun, 07 Oct 2018 17:42:32 GMT</pubDate>
    <dc:creator>Emad Omar</dc:creator>
    <dc:date>2018-10-07T17:42:32Z</dc:date>
    <item>
      <title>MSA 2040: Change the https certificate</title>
      <link>https://community.hpe.com/t5/msa-storage/msa-2040-change-the-https-certificate/m-p/6965162#M10695</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to change the https certificate to a custom certiticate that I created my self? I have a local CA in my domain which I sing certificates with and I wanted to generate a valid certificate for my MSA 2040 so I don't get the warning each time I login via the web GUI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank,&lt;/P&gt;&lt;P&gt;-Patric&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 12:42:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/msa-storage/msa-2040-change-the-https-certificate/m-p/6965162#M10695</guid>
      <dc:creator>Patric Falinder</dc:creator>
      <dc:date>2017-05-18T12:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: MSA 2040: Change the https certificate</title>
      <link>https://community.hpe.com/t5/msa-storage/msa-2040-change-the-https-certificate/m-p/6965247#M10696</link>
      <description>&lt;P&gt;The answer was to use ftp and put the cert and key-files in the root named cert-file and cert-key-file.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;put certificate.crt cert-file
put certificate.key cert-key-file&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 09:36:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/msa-storage/msa-2040-change-the-https-certificate/m-p/6965247#M10696</guid>
      <dc:creator>Patric Falinder</dc:creator>
      <dc:date>2017-05-19T09:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: MSA 2040: Change the https certificate</title>
      <link>https://community.hpe.com/t5/msa-storage/msa-2040-change-the-https-certificate/m-p/7020777#M12201</link>
      <description>Could you please advise from where I can get cert and key-files?&lt;BR /&gt;We have a local CA in my domain and need to create customized certificate.</description>
      <pubDate>Sun, 07 Oct 2018 17:42:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/msa-storage/msa-2040-change-the-https-certificate/m-p/7020777#M12201</guid>
      <dc:creator>Emad Omar</dc:creator>
      <dc:date>2018-10-07T17:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: MSA 2040: Change the https certificate</title>
      <link>https://community.hpe.com/t5/msa-storage/msa-2040-change-the-https-certificate/m-p/7020979#M12205</link>
      <description>&lt;P&gt;Hello Emad,&lt;/P&gt;&lt;P&gt;You will have to work with you CA to create the customer certificates that will be specific to your domain. HPE cannot provide you those custom certificates.&lt;/P&gt;&lt;P&gt;Please refer to the SMU Guide for general instructions for installation of the certificates.&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Shawn&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 15:52:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/msa-storage/msa-2040-change-the-https-certificate/m-p/7020979#M12205</guid>
      <dc:creator>Shawn_K</dc:creator>
      <dc:date>2018-10-08T15:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: MSA 2040: Change the https certificate</title>
      <link>https://community.hpe.com/t5/msa-storage/msa-2040-change-the-https-certificate/m-p/7031930#M12578</link>
      <description>&lt;P&gt;A detailled blog post on this :&amp;nbsp;&lt;A href="https://storcom.com/installing-ca-ssl-certificates-on-hpe-msa-array/" target="_blank" rel="noopener"&gt;https://storcom.com/installing-ca-ssl-certificates-on-hpe-msa-array/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;1) Request a certificate at your CA manager, it will be probably delivered as a .pfx file&lt;/P&gt;&lt;P&gt;2) Extract the .pfx file into two separate PEM files&lt;/P&gt;&lt;P&gt;- The certificate .cer file&lt;/P&gt;&lt;P&gt;- The private .key file (exported with a pass phrase)&lt;/P&gt;&lt;P&gt;3) Decrypt/Remove the passphrase from the .key file&lt;/P&gt;&lt;P&gt;4. Edit the .cer file you extracted at step 2) and add your company's intermediate certificate and the root certificate. The final .cer file should look like:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;-----BEGIN CERTIFICATE-----&lt;BR /&gt;Array’s certificate&lt;BR /&gt;-----END CERTIFICATE-----&lt;/LI&gt;&lt;LI&gt;-----BEGIN CERTIFICATE-----&lt;BR /&gt;The intermediate certificate chain&lt;BR /&gt;-----END CERTIFICATE-----&lt;/LI&gt;&lt;LI&gt;-----BEGIN CERTIFICATE-----&lt;BR /&gt;The ROOT CA certificate&lt;BR /&gt;-----END CERTIFICATE-----&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;5. Upload the .cer and the private .key file&lt;/P&gt;&lt;P&gt;&lt;EM&gt;put&amp;nbsp;&amp;lt;certificate file name&amp;gt; cert-file&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;put &amp;lt;key file&amp;gt;&amp;nbsp;cert-key-file&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 14:11:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/msa-storage/msa-2040-change-the-https-certificate/m-p/7031930#M12578</guid>
      <dc:creator>Dardan</dc:creator>
      <dc:date>2019-03-21T14:11:26Z</dc:date>
    </item>
  </channel>
</rss>

