Re: CA Key and Self-Signed Server Certificate Generation - Was

2005-01-12 Thread Servie Platon
Hello Mr. Ringaby, Thanks for the reply. > My guess is that the script code somehow got messed > up when > you copied it from the site, or maybe the script for > some > reason contains hidden characters. I think you are right Sir because I copied the script from the site on a windows machine and

Re: CA Key and Self-Signed Server Certificate Generation - Follow-up

2005-01-11 Thread Servie Platon
Hello Dr. Henson, And thank you again for this advice. --- "Dr. Stephen Henson" <[EMAIL PROTECTED]> wrote: > I suggest you ignore that script: and use the CA.pl > script and the appropriate > documentation instead. As suggested by you, I used the CA.pl script which works okay. On this issue, I

Re: CA Key and Self-Signed Server Certificate Generation

2005-01-11 Thread Servie Platon
ly be greatly appreciated. Thanks in advance. Sincerely, Servie > > Good luck, > > Anders > > > > On Mon, 10 Jan 2005, Servie Platon wrote: > > > > > > > Hello openssl gurus, > > > > I wanted to create my own private CA and use this >

Re: CA Key and Self-Signed Server Certificate Generation

2005-01-11 Thread Servie Platon
sign.sh server.csr > > ( or "ksh sign.sh server.csr" or "bash sign.sh > server.csr" ) > > I will try out all your suggestions as indicated above. > Good luck, > > Anders > Again, thank you very much. Sincerely, Servie > > > On Mon, 10 Jan

Re: CA Key and Self-Signed Server Certificate Generation

2005-01-11 Thread Servie Platon
Hello Dr. Henson, Thank you for the reply Sir. --- "Dr. Stephen Henson" <[EMAIL PROTECTED]> wrote: > On Mon, Jan 10, 2005, Servie Platon wrote: > > > > > > > Hello openssl gurus, > > > > I wanted to create my own private CA and use this &g

CA Key and Self-Signed Server Certificate Generation

2005-01-10 Thread Servie Platon
Hello openssl gurus, I wanted to create my own private CA and use this to sign CSR's instead of requesting a commercial CA to sign my CSR. I have downloaded the latest tar.gz file and was able to compile openssl without a problem. To do the above, I made the following commands: # openssl genr

Re: Error 127 - gcc: Command not found

2004-12-09 Thread Servie Platon
Hello Anders, Thanks for the help and info. You have helped me solve my problem. --- Ringaby Anders <[EMAIL PROTECTED]> wrote: > Hello Servie. > > Have you checked that the directory, where gcc is > located, > is in your PATH environment variable? > > You can check by doing either of this: >

Re: Error 127 - gcc: Command not found

2004-12-06 Thread Servie Platon
Hi Mr. Ringaby, Thank you for the reply. --- Ringaby Anders <[EMAIL PROTECTED]> wrote: > Hello Servie. > > Have you checked that the directory, where gcc is > located, > is in your PATH environment variable? > > You can check by doing either of this: > > echo $PATH > or: > type gcc > > In or

Error 127 - gcc: Command not found

2004-12-04 Thread Servie Platon
Hi openssl gurus and experts, I am new to this list and openssl in general and I apologize for asking a simple question. I was trying to compile openssl from source - openssl-0.0.7e.tar.gz which I have downloaded from the openssl site. Things were going on smoothly after I issued the command # m