Re: Certificate Server - second attempt!
From: Thomas Karlsson (thomas.karlsson3@re.ove.telia.com)Date: 06/06/02
- Next message: Bob Ceculski: "Re: linux virus"
- Previous message: Mark Damrose: "Re: lpd via inetd"
- In reply to: Paul: "Certificate Server - second attempt!"
- Next in thread: Paul: "Re: Certificate Server - second attempt!"
- Reply: Paul: "Re: Certificate Server - second attempt!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Thomas Karlsson <thomas.karlsson3@re.ove.telia.com> Date: Wed, 05 Jun 2002 22:12:44 GMT
Paul wrote:
> Could someone please help me? I am nearing the point where I need to
> implement an internal Certificate Server, and I would like to discover a way
> to simplify the process of generating a certificate and installing the
> private key on the client.
> Would it be normal practice to generate the key locally on the server, for a
> client, and then copy the key over to the client manually? How could you do
> this - file sharing, copy onto floppy, SSH?
>
> Here's a copy of my previous mail, with my other questions. I would
> sincerely appreciate some help.
>
> Best regards
> Paul
>
>
> Dos anyone know if it is possible to create a certificate server which
> allows you to request a certificate from a client over Apache (https) and
> will automatically generate a private key to copy and paste onto the client.
> Then the public key will automatically be added to the CA?
>
> Any pointers to useful documents and websites would be very appreciated.
> I tried http://www.openca.org, but couldn't find the manuals and, to my
> disappointment, the demo stated that I did not have permission to access the
> server. Hence, I can not really understand exactly what it is! Anyway, if
> there alternative software available, I still like to investigate it if they
> are recommended.
>
> Please help me!!! :-)
> Many thanks
> Paul
>
>
Hi
You always want the client to produce a pkcs #10 certificate request
(generate the private key locally) if you want complete non-repudiation.
But if you're interested in keyrecovery, then you may choose a server
side creation of keys.
Hmm a general rule, you just want to copy the keys safely. The safest
way is by floppy, but personally dont have a problem with ssh.
Filesharing Without encryption is not good.
Your question in the previous mail. Your question is a good definition
of a CA. All CA's can do that.
Here is a Java CA that is good. http://ejbca.sourceforge.net/
Another really light CA is TinyCA
//Thomas
- Next message: Bob Ceculski: "Re: linux virus"
- Previous message: Mark Damrose: "Re: lpd via inetd"
- In reply to: Paul: "Certificate Server - second attempt!"
- Next in thread: Paul: "Re: Certificate Server - second attempt!"
- Reply: Paul: "Re: Certificate Server - second attempt!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|