<?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: Setting server_enabled to true after installing SSL certificate from REST API (ONTAP 15) in ONTAP Rest API Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Setting-server-enabled-to-true-after-installing-SSL-certificate-from-REST-API/m-p/462467#M755</link>
    <description>&lt;P&gt;I am also working to automate SSL renewal. Did you get this working? Could you share your code?&lt;/P&gt;</description>
    <pubDate>Tue, 05 Aug 2025 22:50:53 GMT</pubDate>
    <dc:creator>EdwardNedHarvey</dc:creator>
    <dc:date>2025-08-05T22:50:53Z</dc:date>
    <item>
      <title>Setting server_enabled to true after installing SSL certificate from REST API (ONTAP 15)</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Setting-server-enabled-to-true-after-installing-SSL-certificate-from-REST-API/m-p/458836#M715</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am automating SSL renewal procedure. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have managed to install the certificate, but after installation I would like to enable it (usually done in CLI in the security ssl cmddir by parsing the -server-enabled true argument) to take over from the certificate currently enabled. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;These are the endpoints present in the /api/docs: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GET ​/security​/certificates &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;POST ​/security​/certificates &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GET ​/security​/certificates​/{uuid} &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DELETE ​/security​/certificates​/{uuid} &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can someone help navigating me further to accomplish this? I have without success tried in two different ways to update by trying the PATCH method, although not present in documentation, as well as looking through the docs of svm endpoints.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 10:11:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Setting-server-enabled-to-true-after-installing-SSL-certificate-from-REST-API/m-p/458836#M715</guid>
      <dc:creator>aaa1</dc:creator>
      <dc:date>2025-02-24T10:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Setting server_enabled to true after installing SSL certificate from REST API (ONTAP 15)</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Setting-server-enabled-to-true-after-installing-SSL-certificate-from-REST-API/m-p/458858#M716</link>
      <description>&lt;P&gt;does this work&lt;/P&gt;&lt;P&gt;/security/certificates/{uuid}/enable ?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 09:33:49 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Setting-server-enabled-to-true-after-installing-SSL-certificate-from-REST-API/m-p/458858#M716</guid>
      <dc:creator>AmitKerkar</dc:creator>
      <dc:date>2025-02-25T09:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Setting server_enabled to true after installing SSL certificate from REST API (ONTAP 15)</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Setting-server-enabled-to-true-after-installing-SSL-certificate-from-REST-API/m-p/458862#M717</link>
      <description>&lt;P&gt;Thanks for the response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With POST, PATCH&amp;nbsp; or? I do not have this endpoint in the documentation. Can I ask you where you found this?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 10:20:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Setting-server-enabled-to-true-after-installing-SSL-certificate-from-REST-API/m-p/458862#M717</guid>
      <dc:creator>aaa1</dc:creator>
      <dc:date>2025-02-25T10:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Setting server_enabled to true after installing SSL certificate from REST API (ONTAP 15)</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Setting-server-enabled-to-true-after-installing-SSL-certificate-from-REST-API/m-p/458863#M718</link>
      <description>&lt;P&gt;I tried with multiple HTTP methods and get error "Unexpected argument: "enable"&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 10:32:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Setting-server-enabled-to-true-after-installing-SSL-certificate-from-REST-API/m-p/458863#M718</guid>
      <dc:creator>aaa1</dc:creator>
      <dc:date>2025-02-25T10:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Setting server_enabled to true after installing SSL certificate from REST API (ONTAP 15)</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Setting-server-enabled-to-true-after-installing-SSL-certificate-from-REST-API/m-p/459101#M720</link>
      <description>&lt;P&gt;Hello Anders,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To update the web services security configuration and set a certificate for an SVM, the /api/svm/svms/{svm.uuid}/web endpoint should be used.&lt;/P&gt;&lt;P&gt;Please refer to the official REST API documentation for more information on this endpoint: &lt;A href="https://docs.netapp.com/us-en/ontap-restapi/ontap/svm_svms_svm.uuid_web_endpoint_overview.html#updating-the-web-services-security-configuration" target="_blank"&gt;https://docs.netapp.com/us-en/ontap-restapi/ontap/svm_svms_svm.uuid_web_endpoint_overview.html#updating-the-web-services-security-configuration&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for the Python Client Library, the WebSvm object can be used. For more information, refer to the official library documentation here: &lt;A href="https://library.netapp.com/ecmdocs/ECMLP3331665/html/resources/web_svm.html" target="_blank"&gt;https://library.netapp.com/ecmdocs/ECMLP3331665/html/resources/web_svm.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this is helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Noor Buchi&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 17:33:14 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Setting-server-enabled-to-true-after-installing-SSL-certificate-from-REST-API/m-p/459101#M720</guid>
      <dc:creator>noor_buchi</dc:creator>
      <dc:date>2025-03-04T17:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Setting server_enabled to true after installing SSL certificate from REST API (ONTAP 15)</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Setting-server-enabled-to-true-after-installing-SSL-certificate-from-REST-API/m-p/462467#M755</link>
      <description>&lt;P&gt;I am also working to automate SSL renewal. Did you get this working? Could you share your code?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 22:50:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Setting-server-enabled-to-true-after-installing-SSL-certificate-from-REST-API/m-p/462467#M755</guid>
      <dc:creator>EdwardNedHarvey</dc:creator>
      <dc:date>2025-08-05T22:50:53Z</dc:date>
    </item>
  </channel>
</rss>

