RE: make a ssl .pem cert

2001-03-08 Thread Greaney, Kevin
   Jim,        Try out this link.  I think you will find it useful.  If not, please  let me know.       http://www.openvms.compaq.com/openvms/products/ips/apache/csws_ssldoc.html    Kevin Greaney  OpenVMS Engineering  Compaq Computer Corp.   -Original Message-From: Jim Hibbits

Re: make a ssl .pem cert

2001-03-06 Thread Scott Taggart
Here's the commands I am doing to create a self-signed cert and generate a .h file that Ican include in my application (replace $(SSL_EXE) with ./openssl, as appropriate): $(SSL_EXE) req -config $(CONF_FILE) -new $(RAND_KEY_FILE) -keyout \ $(CERT_PRIV_KEY_FILE) -out $(CERT_REQ_FILE) $(S

Re: make a ssl .pem cert

2001-03-05 Thread Jim Hibbits
Hello group.  Newbie here.   I have the same question, but I'm on OpenVMS.  I can't get a cert file to pass muster, the cert file reads fail, and the SSL_accept fails.  Rather than spew the details of the errors, I'd think that I'd rather have a cookbook for a place to start, just so that the