<?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: SSL Cert installation Question in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/SSL-Cert-installation-Question/m-p/159002#M36293</link>
    <description>&lt;P&gt;The admin SVM *is* a vserver which *is* the cluster (SVM or vserver)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you delete the expired cert, yes, the browser will be inaccessible,&lt;/P&gt;
&lt;P&gt;Deleting the expired cert will effectively flip the -server-enabled option to false.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, like I said in my first post:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;security ssl modify -vserver xx -serial zz -ca zz -common-name xx -server-enabled true&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Aug 2020 14:50:59 GMT</pubDate>
    <dc:creator>TMACMD</dc:creator>
    <dc:date>2020-08-26T14:50:59Z</dc:date>
    <item>
      <title>SSL Cert installation Question</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/SSL-Cert-installation-Question/m-p/158995#M36287</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;I'm working on setting up PKI for the cluster. I have successfully installed the certificate, but I don't see the proper cert on the browser. and when I ran "security ssl show" I don't see the certificate installed there.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;below is what I have done so far:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Ran "security certificate generate-csr ......." to generate a cert request and a private key&lt;/P&gt;
&lt;P&gt;2. I pasted the content of step 1 to create a servername.csr file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. On my windows 10 laptop, I ran "&lt;SPAN&gt;certreq -submit -attrib [ ]" to get a CA signed certificate&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;4. I ran "security certificate install -vserver [cluster name] -type client&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I got the successful message&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; The certificate shows in the "security certificate show"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;However, I don't see the cert in "security ssl show" nor on the web browser. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Any advice would be appreciated. thank you&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 10:55:42 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/SSL-Cert-installation-Question/m-p/158995#M36287</guid>
      <dc:creator>xsoldier</dc:creator>
      <dc:date>2025-06-04T10:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Cert installation Question</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/SSL-Cert-installation-Question/m-p/158996#M36288</link>
      <description>&lt;P&gt;I do something like this:&lt;/P&gt;
&lt;P&gt;set diag&lt;/P&gt;
&lt;P&gt;security certificate show -type server -fields vserver,ca,common-name,serial,expiration -sort-by expiration&lt;/P&gt;
&lt;P&gt;security certificate delete -type server -vserver xx -serial xx -ca xx -common-name xx&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;security ssl modify -vserver xx -serial zz -ca zz -common-name xx -server-enabled true&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, find your server certs. Delete the one(s) you no longer need. Assign the one you want to the vserver and enable server&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 11:05:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/SSL-Cert-installation-Question/m-p/158996#M36288</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2020-08-26T11:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Cert installation Question</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/SSL-Cert-installation-Question/m-p/158997#M36289</link>
      <description>&lt;P&gt;HI TMAC_CTG,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Am I supposed to see the certificate I just installed in "security ssl show" output ? I don't see the cert I just installed there. That's my main concern now. But the certificate in output of&amp;nbsp; "security certificate show" seems to be fine and exist.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Not sure if I have done anything wrong in the steps I posted.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 11:15:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/SSL-Cert-installation-Question/m-p/158997#M36289</guid>
      <dc:creator>xsoldier</dc:creator>
      <dc:date>2020-08-26T11:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Cert installation Question</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/SSL-Cert-installation-Question/m-p/158998#M36290</link>
      <description>&lt;P&gt;After the certificate is installed (make sure it is installed to the correct vserver) you need to apply it to the ssl server, hence the ssl modify command&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;it is best to remove all unwanted/unneeded server certificates in a svm to avoid confusion&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 11:53:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/SSL-Cert-installation-Question/m-p/158998#M36290</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2020-08-26T11:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Cert installation Question</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/SSL-Cert-installation-Question/m-p/159001#M36292</link>
      <description>&lt;P&gt;Thanks for the reply.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the certificate is for the cluster, NOT for vserver, will it actually be in the SSL? Someone just told me it wouldn't. So maybe I have been misunderstanding that.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I however do see an expired cert that reflects in the browser. Would removing the expired cert cause inaccessible issue? I'm a bit hesitated to just remove the expired cert. May wanna consult further for the cert deletion.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//&lt;SPAN&gt;it is best to remove all unwanted/unneeded server certificates in a svm to avoid confusion&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Totally agreed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 12:27:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/SSL-Cert-installation-Question/m-p/159001#M36292</guid>
      <dc:creator>xsoldier</dc:creator>
      <dc:date>2020-08-26T12:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Cert installation Question</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/SSL-Cert-installation-Question/m-p/159002#M36293</link>
      <description>&lt;P&gt;The admin SVM *is* a vserver which *is* the cluster (SVM or vserver)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you delete the expired cert, yes, the browser will be inaccessible,&lt;/P&gt;
&lt;P&gt;Deleting the expired cert will effectively flip the -server-enabled option to false.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, like I said in my first post:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;security ssl modify -vserver xx -serial zz -ca zz -common-name xx -server-enabled true&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 14:50:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/SSL-Cert-installation-Question/m-p/159002#M36293</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2020-08-26T14:50:59Z</dc:date>
    </item>
  </channel>
</rss>

