<?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 CSS - Delete certificate file in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/css-delete-certificate-file/m-p/488429#M9192</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to clean up my Ciisco CSS and remove all certificate files which were uploaded once and are not in use anymore.Can anyone tell me how i can do that? (procedure,command,...)&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kurt De Neef&lt;/P&gt;</description>
    <pubDate>Wed, 30 Nov 2005 13:41:30 GMT</pubDate>
    <dc:creator>kurtdeneef</dc:creator>
    <dc:date>2005-11-30T13:41:30Z</dc:date>
    <item>
      <title>CSS - Delete certificate file</title>
      <link>https://community.cisco.com/t5/application-networking/css-delete-certificate-file/m-p/488429#M9192</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to clean up my Ciisco CSS and remove all certificate files which were uploaded once and are not in use anymore.Can anyone tell me how i can do that? (procedure,command,...)&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kurt De Neef&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2005 13:41:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-delete-certificate-file/m-p/488429#M9192</guid>
      <dc:creator>kurtdeneef</dc:creator>
      <dc:date>2005-11-30T13:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: CSS - Delete certificate file</title>
      <link>https://community.cisco.com/t5/application-networking/css-delete-certificate-file/m-p/488430#M9193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the following command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ap_file delete c:/CertStore/ssl/&lt;FILENAME&gt;&lt;/FILENAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is llama/debug command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to delete all files use the following command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CSS11503# llama&lt;/P&gt;&lt;P&gt;CSS11503(debug)# ssl clearfiles &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;P&gt;Thanks for rating this answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 08:13:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-delete-certificate-file/m-p/488430#M9193</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-12-01T08:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: CSS - Delete certificate file</title>
      <link>https://community.cisco.com/t5/application-networking/css-delete-certificate-file/m-p/488431#M9194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gilles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your feedback.&lt;/P&gt;&lt;P&gt;But when I run the command, I do have the following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XXXXXXXX # expert&lt;/P&gt;&lt;P&gt;XXXXXXXX # llama&lt;/P&gt;&lt;P&gt;XXXXXXXX(debug)# ap_file delete c:/CertStore/ssl/caverisign.cer&lt;/P&gt;&lt;P&gt;You are not allowed to delete files in the CertStore directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was in expert mode before running llama command and the file is not used anymore in the config (sh run).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kurt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 09:03:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-delete-certificate-file/m-p/488431#M9194</guid>
      <dc:creator>kurtdeneef</dc:creator>
      <dc:date>2005-12-01T09:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: CSS - Delete certificate file</title>
      <link>https://community.cisco.com/t5/application-networking/css-delete-certificate-file/m-p/488432#M9195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kurt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry - this was the old way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new way is more simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CSS11503# clear ssl file &lt;FILENAME&gt;&lt;/FILENAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2005 16:25:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-delete-certificate-file/m-p/488432#M9195</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-12-01T16:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: CSS - Delete certificate file</title>
      <link>https://community.cisco.com/t5/application-networking/css-delete-certificate-file/m-p/488433#M9196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gilles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm here again. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;##### clear ssl file  c:/CertStore/ssl/verisignca.cer&lt;/P&gt;&lt;P&gt;                        ^&lt;/P&gt;&lt;P&gt;%% Invalid input detected at '^' marker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does not seem to be a valid command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found "ssl clearfiles" but it deletes all certificate files and not just one as I which.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am i doing wrong here...?&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm aware of the fact that there may not be any associations with the certificate.&lt;/P&gt;&lt;P&gt;I will check this.&lt;/P&gt;&lt;P&gt;I can always try to get into the directory and then execute the command.&lt;/P&gt;&lt;P&gt;Meanwhile,comments are welcome.&lt;/P&gt;&lt;P&gt;Thanks already for your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kurt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 14:15:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-delete-certificate-file/m-p/488433#M9196</guid>
      <dc:creator>kurtdeneef</dc:creator>
      <dc:date>2005-12-02T14:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: CSS - Delete certificate file</title>
      <link>https://community.cisco.com/t5/application-networking/css-delete-certificate-file/m-p/488434#M9197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gilles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found it.&lt;/P&gt;&lt;P&gt;Your simple command worked fine namely "clear ssl files" but i was still in debug mode (llama) and the command is not accepted then.&lt;/P&gt;&lt;P&gt;So it works now.&lt;/P&gt;&lt;P&gt;Thanks again,great support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kurt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 15:04:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-delete-certificate-file/m-p/488434#M9197</guid>
      <dc:creator>kurtdeneef</dc:creator>
      <dc:date>2005-12-02T15:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: CSS - Delete certificate file</title>
      <link>https://community.cisco.com/t5/application-networking/css-delete-certificate-file/m-p/488435#M9198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried using the "clear ssl file" command to remove an old RSA key pair file. However, this requires me to "enter the password used to 3DES encode the file". Unfortunately, I do not have the password any more. Is there a way to remove the ssl file anyway (without removing other files)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2006 14:06:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-delete-certificate-file/m-p/488435#M9198</guid>
      <dc:creator>astrand</dc:creator>
      <dc:date>2006-03-16T14:06:00Z</dc:date>
    </item>
  </channel>
</rss>

