Re: [openssl-users] Setting 5 year validity period.

2002-05-21 Thread Chris Cleeland
.pem and privkey.pem" > openssl req -out CA.pem -new -x509 > > "To sign the server cert" > openssl x509 -req -in server.req -CA CA.pem -CAkey privkey.pem -CAserial > file.srl -out server.pem Add: -days 1825 in both command lines. -- Chris Cleeland, cleeland

Re: [openssl-users] I'm confused on the big picture.Help?-------=========--------}}}}}}}}

2002-05-15 Thread Chris Cleeland
all before about a couple of weeks ago, and I'm trying to understand the > big picture. It's a pretty intimidating subject for newbies and there's not much comprehensive documentation out there. Feel free to hit me with more questions if you want. -cj -- Chris Cleeland,

RE: Default_crl_days

2002-05-06 Thread Chris Cleeland
ar from now. You can view the expiration date for an x509 certificate by reading the output of $ openssl x509 -text -in mycert.pem Look for something like this: Validity Not Before: Mar 22 16:22:15 2002 GMT Not After : Mar 22 16:22:15 2003 GMT -cj --

Re: Java SSL Support (didn't have a subject, so I am giving it one.)

2002-04-30 Thread Chris Cleeland
On 30 Apr 2002, Eric Rescorla wrote: > Chris Cleeland <[EMAIL PROTECTED]> writes: > > On Tue, 30 Apr 2002, Ed Moyle wrote: > > Does anybody know if the "wrong signature length" problems in JSSE have been > > fixed? Otherwise, I don't think this&

RE: Java SSL Support (didn't have a subject, so I am giving it one.)

2002-04-30 Thread Chris Cleeland
ck out the following link: http://groups.google.com/groups?hl=en&frame=right&th=364ff2e1a2f20db0&seekm=40373dc3.0108131639.3b69c55d%40posting.google.com#link3 -cj -- Chris Cleeland, cleeland_c @ ociweb.com, http://www.milodesigns.com/~chris Principal Software Engineer, Ob

Re: Is OpenSSL Production Ready?

2002-04-08 Thread Chris Cleeland
the two programs are > > separate with separate licenses. > > Thank you! I hadn't thought of that, and it sounds like fun too. Sounds like this would be a great facility to stick into a contrib directory...call it "glen"--Gnu Linkage ENabler? -- Chris Cleeland, cleeland_c

Re: create cert non interactively

2002-04-02 Thread Chris Cleeland
bles "cert_owner" and "MAILADDR", respectively. If your CA private key has a passphrase, you can also use the -passin option to provide the passphrase via a multitude of ways. -cj PS BTW, I cobbled together this knowledge from docs/openssl.txt and the various manpages (r