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
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
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