Ask a Question related to ASP.NET Security, Design and Development.
-
Harry Simpson #1
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
-
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) ... -
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... -
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... -
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... -
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... -
Ken Schaefer #2
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



Reply With Quote

