Re: copy files from internet using authenticate certificates



Just use ASP.NET on the server, configure your IIS server to use SSL and
require client certificates. You will have to configure the certifications
that you allow, on the server, so adding a new laptop to the list of
supported laptops means getting the client certificate and adding it to your
list of allowed users.

On the client, you'll need some kind of software that runs when the laptop
is connected to the network an the files are ready to upload. Simply post
the files to the asp.net web server. The HTTPS handshake will take care of
passing the client cert and validating it.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"Next" <aeverett99@xxxxxxxxxxxxxxxx> wrote in message
news:A17AB5BD-360C-47CD-9AA3-210AAEEDCFAF@xxxxxxxxxxxxxxxx
> Hello,
>
> I sure could use someone's help : )
>
> I need to authenticate users and securely upload files from laptops on the
> internet ( not on the same domain as server ) to a server on my domain.
> But I
> don't want any interaction from the user...I don't want them to have to
> enter
> a username and password. So I believe part of the solution is to use
> certificates...Many-to-one...Right?
>
> How I need to use these certificates is the confusing part. For
> example...My
> first thought was to use secure FTP but from what I can tell, you can't
> secure FTP in IIS without thirdparty software?
>
> Then I thought WebDav...but how do I use certificates with WebDav?
>
> Then I thought IPSec....
>
> I would appreciate any help or opinions that will point me in the right
> direction.
>
> Thanks in advance!
> Aaron


.



Relevant Pages

  • Re: How to secure LAN visiting with NIS
    ... person use his laptop and make the same MAC address with working machine ... then connect into the LAN and set domain and NIS server, ... I don't know how to make NIS more ... client and road warrior on server and accept only certificates from ...
    (comp.os.linux.security)
  • Re: client certificates
    ... I'm not sure if you can do #1 with client certificates as that is handled by ... certificates and it only supports that browser. ... private key on the server, so you can't sign anything server side. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • RE: certificates
    ... Try installing the Root CA Certificates for both of your Certificate ... use certificates from either CA to authenticate to either Web server. ... |>client certificates generated with Cert ...
    (microsoft.public.inetserver.iis.security)
  • Certificate Server Hierchy Question
    ... I am trying to set up a website that will require client certificates and I ... Server Certificate Server but I am a little bit unsure on the hierchy of the ... can the Subordinate Root be on the same server as the web ...
    (microsoft.public.win2000.security)
  • Re: Digital Certificate Implementation TN3270
    ... Client certificates allow the server to authenticate the client. ... The use of client certificates has no bearing whatsoever on the prevention of man-in-the-middle attacks. ... To prevent this kind of attack with a mainframe emulation, you need to make sure that your client: ...
    (bit.listserv.ibm-main)