Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Generic Web app SSL

    Company A has a web app product. They sell it to 10 other companies and
    wish several of the pages to be secure. Once the product is placed on these
    client's servers, how can the certificate be attached to the software
    instead of to the client's servers. I realize that the client server will
    at least have to have SSL turned on but is there a way for Company A to have
    one certificate and basically sell the "use" of the cert with the public key
    and have the private key embedded in the software itself?

    TIA
    Harry


    Harry Simpson Guest

  2. Similar Questions and Discussions

    1. PersistenceMode with generic
      Hey, I'm working on asp.net 2. I make a webCustomControl, in this, I get a property define like this Private _items As List(Of Person) ...
    2. Stop in /usr/obj/usr/src/sys/GENERIC
      I have a 5.3-stable system that I am trying to update. This is my stable-supfile: *default host=cvsup14.us.FreeBSD.org *default base=/var/db...
    3. Generic CMS
      I am constantly writing and re-writng Content Management Systems for every website I develop, and re-writing forms which input data into a database...
    4. generic do
      hi Does anybody know how to get the gerneric do dialog box up, so I can edit a string of code i inserted, also how do i make generic do go to a...
    5. Generic Error in GDI+
      I am currently reading 'Programming The Web with Visual Basic .NET' and have so far found it to be excellent. Downloaded all the code from Apress...
  3. #2

    Default Re: Generic Web app SSL

    As I understand your request, the answer is:

    Um no.

    A Server Certificate needs to have the name of the server embedded in it.
    Otherwise the user gets an error saying that the SSL certificate's name does
    not match the name of the server they are connecting to. (one of the
    purposes of an SSL cert is to certify that you are actually connected to
    [url]www.amazon.com[/url] not some impersonator who's managed to poison the DNS to
    redirect requests to their rogue site).

    Cheers
    Ken

    "Harry Simpson" <hssimpson@nospamphgt.net> wrote in message
    news:%23KV15w17DHA.2628@TK2MSFTNGP10.phx.gbl...
    : Company A has a web app product. They sell it to 10 other companies and
    : wish several of the pages to be secure. Once the product is placed on
    these
    : client's servers, how can the certificate be attached to the software
    : instead of to the client's servers. I realize that the client server will
    : at least have to have SSL turned on but is there a way for Company A to
    have
    : one certificate and basically sell the "use" of the cert with the public
    key
    : and have the private key embedded in the software itself?
    :
    : TIA
    : Harry
    :
    :


    Ken Schaefer Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139