<?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: 3rd Party SSL cert on asa in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/3rd-party-ssl-cert-on-asa/m-p/417345#M427680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please look back in this thread, I described the procedure in an earlier message&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Aug 2006 10:41:35 GMT</pubDate>
    <dc:creator>r.vdoever</dc:creator>
    <dc:date>2006-08-18T10:41:35Z</dc:date>
    <item>
      <title>3rd Party SSL cert on asa</title>
      <link>https://community.cisco.com/t5/network-security/3rd-party-ssl-cert-on-asa/m-p/417337#M427664</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone put a 3rd party (e.g. Verisign) SSL cert on an ASA for WebVPN? I am having trouble finding documentation describing how i generate the certificate request and specify the info like compnay name, city etc... for the request. Please could someone point me in the correct direction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:37:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/3rd-party-ssl-cert-on-asa/m-p/417337#M427664</guid>
      <dc:creator>pcresswell</dc:creator>
      <dc:date>2020-02-21T08:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: 3rd Party SSL cert on asa</title>
      <link>https://community.cisco.com/t5/network-security/3rd-party-ssl-cert-on-asa/m-p/417338#M427665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the following link will help you in sending a SSL certificate request.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/sw/netmgtsw/ps533/products_user_guide_chapter09186a008019e1ec.html#1006850" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/netmgtsw/ps533/products_user_guide_chapter09186a008019e1ec.html#1006850&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2006 16:41:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/3rd-party-ssl-cert-on-asa/m-p/417338#M427665</guid>
      <dc:creator>r-simpson</dc:creator>
      <dc:date>2006-01-12T16:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: 3rd Party SSL cert on asa</title>
      <link>https://community.cisco.com/t5/network-security/3rd-party-ssl-cert-on-asa/m-p/417339#M427667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You problaby already did this, but I'll post it in case anyone else need this info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSA-keys are probably already generated (also needed for ssh-access), but if you ever need to reissue the cert, regenerate the rsa keys, otherwise the CSR will be exactly the same and not accepted by the 3rd party CA:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto key generate rsa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then define the trustpoint:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto ca trustpoint Verisign&lt;/P&gt;&lt;P&gt; crl optional&lt;/P&gt;&lt;P&gt; enrollment terminal&lt;/P&gt;&lt;P&gt; subject-name CN=host.domain.com,OU=Unit,O=Organisation,C=NL,St=xxx,L=xxx,EA=&lt;A href="mailto:postmaster@domain.com"&gt;postmaster@domain.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Import root CA cert (make sure you have the correct one, preferably without intermediate CA (RA)):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto ca authenticate Verisign&lt;/P&gt;&lt;P&gt;&lt;CUT&gt;&lt;/CUT&gt;&lt;/P&gt;&lt;P&gt;---BEGIN--- or ---END--- lines do not matter&amp;gt;&lt;/P&gt;&lt;P&gt;quit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INFO: Certificate has the following attributes:&lt;/P&gt;&lt;P&gt;Fingerprint:     069f6979 16669002 1b8c8ca2 c3076f3a&lt;/P&gt;&lt;P&gt;Do you accept this certificate? [yes/no]: yes&lt;/P&gt;&lt;P&gt;Trustpoint CA certificate accepted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generate the CSR:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto ca enroll Verisign&lt;/P&gt;&lt;P&gt;% Start certificate enrollment ..&lt;/P&gt;&lt;P&gt;% The subject name in the certificate will be: xxxx&lt;/P&gt;&lt;P&gt;% The fully-qualified domain name in the certificate will be: hostname.domain.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;% Include the device serial number in the subject name? [yes/no]: no&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Display Certificate Request to terminal? [yes/no]: yes&lt;/P&gt;&lt;P&gt;Certificate Request follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MIICNjCCAZ8CAQAwgbwxJTAjBgkqhkiG9w0BCQEWFnNlcnZpY2VkZXNrQGR5bm9t&lt;/P&gt;&lt;P&gt;aWMubmwxEjAQBgNVBAcTCUJpbHRob3ZlbjEQMA4GA1UECBMHVXRyZWNodDELMAkG&lt;/P&gt;&lt;P&gt;&lt;CUT&gt;&lt;/CUT&gt;&lt;/P&gt;&lt;P&gt;---End - This line not part of the certificate request---&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Redisplay enrollment request? [yes/no]: no&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice this is generate without ---BEGIN--- and ---END--- lines which you do need to add when submitting the form to the 3rd party CA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After succesful verification by the CA you'll be returned a certificate which you can import with or without the ---BEGIN--- and ---END---- lines, so you might as well just copy the complete text:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto ca import Verisign certificate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;% The fully-qualified domain name in the certificate will be: xxx.domain.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter the base 64 encoded certificate.&lt;/P&gt;&lt;P&gt;End with the word "quit" on a line by itself&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----BEGIN CERTIFICATE-----&lt;/P&gt;&lt;P&gt;MIIDcTCCAtqgAwIBAgIQIHOwJ7acK6Fmibyhf67HlDANBgkqhkiG9w0BAQUFADC&lt;/P&gt;&lt;P&gt;&lt;CUT&gt;&lt;/CUT&gt;&lt;/P&gt;&lt;P&gt;MXN/DqZw504SdlIkm3K4Dt7kSa5NILlncBiPhJJPJRjcOk6wRB6vuGG85uz6twR&lt;/P&gt;&lt;P&gt;nq4BqbMitzpgxvK12hgS9ZDy62kC&lt;/P&gt;&lt;P&gt;-----END CERTIFICATE-----&lt;/P&gt;&lt;P&gt;quit&lt;/P&gt;&lt;P&gt;INFO: Certificate successfully imported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure you activitate the trustpoint either as for use on all interfaces or on a specific interface using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssl trust-point thawte.com [interface]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2006 20:37:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/3rd-party-ssl-cert-on-asa/m-p/417339#M427667</guid>
      <dc:creator>r.vdoever</dc:creator>
      <dc:date>2006-05-05T20:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: 3rd Party SSL cert on asa</title>
      <link>https://community.cisco.com/t5/network-security/3rd-party-ssl-cert-on-asa/m-p/417340#M427668</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 can see you said "Import root CA cert (make sure you have the correct one, preferably without intermediate CA (RA)): ". What does this mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example I want to apply for a certificate from Verisign, so which CA cert should I import? Where can I get that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to export a Root class3 from IE, and download one from verisign website, they all do not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 05:59:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/3rd-party-ssl-cert-on-asa/m-p/417340#M427668</guid>
      <dc:creator>litouch</dc:creator>
      <dc:date>2006-07-18T05:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: 3rd Party SSL cert on asa</title>
      <link>https://community.cisco.com/t5/network-security/3rd-party-ssl-cert-on-asa/m-p/417341#M427670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to download the certs from Verisign, if you're not sure which one to pick just ask Verisign.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 06:38:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/3rd-party-ssl-cert-on-asa/m-p/417341#M427670</guid>
      <dc:creator>r.vdoever</dc:creator>
      <dc:date>2006-07-18T06:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: 3rd Party SSL cert on asa</title>
      <link>https://community.cisco.com/t5/network-security/3rd-party-ssl-cert-on-asa/m-p/417342#M427674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, R.Vdoever. it works now on my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2006 23:54:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/3rd-party-ssl-cert-on-asa/m-p/417342#M427674</guid>
      <dc:creator>litouch</dc:creator>
      <dc:date>2006-08-04T23:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: 3rd Party SSL cert on asa</title>
      <link>https://community.cisco.com/t5/network-security/3rd-party-ssl-cert-on-asa/m-p/417343#M427677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ed, I'm installing now also WebVPN with a certificate from Thawte. Can you please send me a config example how you did that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regars&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 07:19:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/3rd-party-ssl-cert-on-asa/m-p/417343#M427677</guid>
      <dc:creator>lus</dc:creator>
      <dc:date>2006-08-14T07:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: 3rd Party SSL cert on asa</title>
      <link>https://community.cisco.com/t5/network-security/3rd-party-ssl-cert-on-asa/m-p/417344#M427679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Lukas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the point is the CA certificate. You'd better to ask Thawte about which one is used for your certificate Thawte gave you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other steps are easy:&lt;/P&gt;&lt;P&gt;generate key pair -&amp;gt; add a trustpoint -&amp;gt; configure your trustpoint including editing your informatioin -&amp;gt; enroll your trustpoint -&amp;gt; then email your certificate request to Thawte to get your certificate -&amp;gt; get your certificate and then import it into ASA -&amp;gt; [authenticate your trustpoint using CA certificate as I told you above], actually this step can be done before the enrollment, I think -&amp;gt; Finanlly you will see your trustpoint has two "subject", also your ASA will have two certificate in "certificate mgmt", one is for your ASA, the other is for your CA(Thawte).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oh, do not forget to configure ASA outside interface to use this trustpoint under "ssl".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish this can help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 09:47:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/3rd-party-ssl-cert-on-asa/m-p/417344#M427679</guid>
      <dc:creator>litouch</dc:creator>
      <dc:date>2006-08-14T09:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: 3rd Party SSL cert on asa</title>
      <link>https://community.cisco.com/t5/network-security/3rd-party-ssl-cert-on-asa/m-p/417345#M427680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please look back in this thread, I described the procedure in an earlier message&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2006 10:41:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/3rd-party-ssl-cert-on-asa/m-p/417345#M427680</guid>
      <dc:creator>r.vdoever</dc:creator>
      <dc:date>2006-08-18T10:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: 3rd Party SSL cert on asa</title>
      <link>https://community.cisco.com/t5/network-security/3rd-party-ssl-cert-on-asa/m-p/417346#M427682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please look at my earlier message in this thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2006 10:50:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/3rd-party-ssl-cert-on-asa/m-p/417346#M427682</guid>
      <dc:creator>r.vdoever</dc:creator>
      <dc:date>2006-08-18T10:50:39Z</dc:date>
    </item>
  </channel>
</rss>

