<?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 Delete SSL certificate in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/delete-ssl-certificate/m-p/36629#M7607</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I am wondering how can i delete an ssl certificate that was generated on a EXOS switch with the command:&lt;BR /&gt;
"configure ssl certificate privkeylen &lt;LENGTH&gt; country &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt; organization &lt;ORG_NAME&gt; common-name &lt;NAME&gt;"&lt;BR /&gt;&lt;/NAME&gt;&lt;/ORG_NAME&gt;&lt;/PRE&gt;&lt;/DIV&gt;Also i wonder if it possible to see the filename and where it is located&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
Gonçalo Reis&lt;/LENGTH&gt;</description>
    <pubDate>Fri, 23 Mar 2018 17:00:00 GMT</pubDate>
    <dc:creator>GONÇALO_NUNO_CO</dc:creator>
    <dc:date>2018-03-23T17:00:00Z</dc:date>
    <item>
      <title>Delete SSL certificate</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/delete-ssl-certificate/m-p/36629#M7607</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I am wondering how can i delete an ssl certificate that was generated on a EXOS switch with the command:&lt;BR /&gt;
"configure ssl certificate privkeylen &lt;LENGTH&gt; country &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt; organization &lt;ORG_NAME&gt; common-name &lt;NAME&gt;"&lt;BR /&gt;&lt;/NAME&gt;&lt;/ORG_NAME&gt;&lt;/PRE&gt;&lt;/DIV&gt;Also i wonder if it possible to see the filename and where it is located&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
Gonçalo Reis&lt;/LENGTH&gt;</description>
      <pubDate>Fri, 23 Mar 2018 17:00:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/delete-ssl-certificate/m-p/36629#M7607</guid>
      <dc:creator>GONÇALO_NUNO_CO</dc:creator>
      <dc:date>2018-03-23T17:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: Delete SSL certificate</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/delete-ssl-certificate/m-p/36630#M7608</link>
      <description>I don't think you can see the file.  But you can unconfigure the ssl cert in 22.1&lt;BR /&gt;
&lt;BR /&gt;
 &lt;A href="https://documentation.extremenetworks.com/exos_commands_22.1/exos_21_1/exos_commands_all/r_unconfigure-ssl-certificate.shtml" target="_blank" rel="nofollow noreferrer noopener"&gt;https://documentation.extremenetworks.com/exos_commands_22.1/exos_21_1/exos_commands_all/r_unconfigu...&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Mar 2018 19:39:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/delete-ssl-certificate/m-p/36630#M7608</guid>
      <dc:creator>StephenW</dc:creator>
      <dc:date>2018-03-23T19:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: Delete SSL certificate</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/delete-ssl-certificate/m-p/36631#M7609</link>
      <description>So how can i delete the generated certificate if i dont know where it is, or which one is it?</description>
      <pubDate>Fri, 23 Mar 2018 19:39:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/delete-ssl-certificate/m-p/36631#M7609</guid>
      <dc:creator>GONÇALO_NUNO_CO</dc:creator>
      <dc:date>2018-03-23T19:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: Delete SSL certificate</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/delete-ssl-certificate/m-p/36632#M7610</link>
      <description>You can see it with "show ssl" and remove it with "unconfigure ssl certificate"&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Mar 2018 19:39:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/delete-ssl-certificate/m-p/36632#M7610</guid>
      <dc:creator>StephenW</dc:creator>
      <dc:date>2018-03-23T19:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: Delete SSL certificate</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/delete-ssl-certificate/m-p/36633#M7611</link>
      <description>Hi Stephen, &lt;BR /&gt;
&lt;BR /&gt;
Thank you for your reply, but the unconfigure ssl doesn't work. As i said on my original post, i have configured a ssl certificate to be able to enable the https web server to play around with the RESTCONF, I have done this on EXOS VM. I can see the certificate with "sh ssl", to delete it i run the following commands:&lt;BR /&gt;
EXOS-VM.17 # unconfigure ssl certificate&lt;BR /&gt;
%% Incomplete command&lt;BR /&gt;
EXOS-VM.18 # unconfigure ssl certificate ocsp-signature-ca all&lt;BR /&gt;
EXOS-VM.18 # unconfigure ssl certificate trusted-ca all  after each command i run the "sh ssl" and can see that the certificate has not been deleted.&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
Goncalo Reis</description>
      <pubDate>Tue, 03 Apr 2018 12:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/delete-ssl-certificate/m-p/36633#M7611</guid>
      <dc:creator>GONÇALO_NUNO_CO</dc:creator>
      <dc:date>2018-04-03T12:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Delete SSL certificate</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/delete-ssl-certificate/m-p/118834#M23007</link>
      <description>&lt;P&gt;On an EXOS switch, SSL certificates are stored internally and not directly accessible by filename. To delete a generated certificate, use the command:&lt;/P&gt;&lt;P&gt;Unconfigure SSL certificate&lt;BR /&gt;This removes the active certificate, even if you don't know its filename or location.&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 09:28:24 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/delete-ssl-certificate/m-p/118834#M23007</guid>
      <dc:creator>camiliya</dc:creator>
      <dc:date>2025-05-28T09:28:24Z</dc:date>
    </item>
  </channel>
</rss>

