RE: make a ssl .pem cert

2001-03-08 Thread Greaney, Kevin
[mailto:[EMAIL PROTECTED]]Sent: Monday, March 05, 2001 11:04 PMTo: [EMAIL PROTECTED]Subject: Fw: make a ssl .pem cert 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 fai

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

Fw: make a ssl .pem cert

2001-03-05 Thread Jim Hibbits
ce to start, just so that the SSL code will be happy.   Thanks,   Jim Hibbits - Original Message - From: Scott Grayban To: [EMAIL PROTECTED] Sent: Monday, March 05, 2001 9:21 PM Subject: make a ssl .pem cert Ok I have Openssl compiled on my windows machine. And

Re: make a ssl .pem cert

2001-03-05 Thread Jim Hibbits
start, just so that the SSL code will be happy.   TIA.   Jim Hibbits - Original Message - From: Scott Grayban To: [EMAIL PROTECTED] Sent: Monday, March 05, 2001 9:21 PM Subject: make a ssl .pem cert Ok I have Openssl compiled on my windows machine. And i want to

make a ssl .pem cert

2001-03-05 Thread Scott Grayban
Ok I have Openssl compiled on my windows machine. And i want to make a ssl cert for my webserver's what is the process i need to go through make a self-signed cert in the .pem format? I have tried the examples but i didnt understand them so maybe someone can explain the steps i need to go th