Re: Open Source certificate authority?

2002-10-11 Thread Roger Oberholtzer
I notice that you have a root prompt before the xhost command. This implies you are doing this in the wrong order. It should be: 1. log in as non-root user. make all the things you need to make. Then, as that user, run 'xhost +' 2. su to root. do this: 'export DISPLAY=:0.0' 3. run your

Re: Open Source certificate authority?

2002-10-07 Thread Philip J. Koenig
On 6 Oct 2002 at 15:51, David A. Bandel boldly uttered: On Sun, 06 Oct 2002 13:39:01 -0700 begin Philip J. Koenig [EMAIL PROTECTED] spewed forth: I'm looking for the simplest possible way to generate an X.509 certificate. (specifically, I have a piece of network hardware which

Re: Open Source certificate authority?

2002-10-07 Thread Marvin Dickens
I suspect this is a simple problem.. can anyone point me in the right direction? Thanks, Phil You are doing all of this as a typical user (Not root) and then trying to execute a script or binary (tk script, more than likely...) as superuser (root): The xserver will not allow the

Re: Open Source certificate authority?

2002-10-07 Thread Philip J. Koenig
On 7 Oct 2002 at 13:30, Philip J. Koenig boldly uttered: On 6 Oct 2002 at 15:51, David A. Bandel boldly uttered: On Sun, 06 Oct 2002 13:39:01 -0700 begin Philip J. Koenig [EMAIL PROTECTED] spewed forth: I'm looking for the simplest possible way to generate an X.509

Open Source certificate authority?

2002-10-06 Thread Philip J. Koenig
I'm looking for the simplest possible way to generate an X.509 certificate. (specifically, I have a piece of network hardware which supports SSL, but which requires the user to import their own certificate and I don't feel like paying for one. Validation of the certificate by a 'legit' CA is

Re: Open Source certificate authority?

2002-10-06 Thread David A. Bandel
On Sun, 06 Oct 2002 13:39:01 -0700 begin Philip J. Koenig [EMAIL PROTECTED] spewed forth: I'm looking for the simplest possible way to generate an X.509 certificate. (specifically, I have a piece of network hardware which supports SSL, but which requires the user to import their own