Re: Generating a server certificate

2007-05-27 Thread Marek Marcola
Hello, > I'm attempting to load a server certificate into a > server. > > I create the certificate using the following: > > Generate a CA > 1)openssl req -out ca.pem -new -x509 > -generates CA file "ca.pem" and CA key > "privkey.pem" > Generate server certificate/key pair >

Re: Generating a smime certificate

2007-05-27 Thread Marek Marcola
Hello, > On Saturday 26 May 2007 21:38, Victor Duchovni wrote: > > On Sat, May 26, 2007 at 10:11:08PM +0200, Marek Marcola wrote: > > > $ openssl x509 -in cert.pem -text -noout > > > . > > > . > > > X509v3 extensions: > > > X509v3 Basic Constraints: > > > CA:

Re: Generating a smime certificate

2007-05-27 Thread Mick
On Sunday 27 May 2007 03:38, Victor Duchovni wrote: > On Sun, May 27, 2007 at 12:13:38AM +0100, Mick wrote: > > On Saturday 26 May 2007 21:38, Victor Duchovni wrote: > > > On Sat, May 26, 2007 at 10:11:08PM +0200, Marek Marcola wrote: > > > > $ openssl x509 -in cert.pem -text -noout > > > > . > >

Compiling openssl.so for ruby.

2007-05-27 Thread James Tucker
I built OpenSSL itself using the perl script for configuration, and then nmake, as described. All tests passed 100%, as built with the Windows SDK. I setup my path as expected, and try to run extconf.rb in ext/openssl from the ruby distribution in order to build a .so, and I get: E:\dev\build_