Re: How do I create a Key + Certificate?

2003-07-12 Thread Oliver Foden
--- Tony Esp <[EMAIL PROTECTED]> wrote: > I downloaded the latest version of OpenSSL. > I did read all the documentation online. > I unzipped the files (have Windows XP) > For SSL, my Server asks for a Key and a Certificate. > How do I create a Certificate? > How do I create a Key? > > Tony Espin

List policy on TMDA schemes ?

2003-07-12 Thread Dean Gibson (System Administrator)
Every time I post to this list, I get a confirmation request from <[EMAIL PROTECTED]>. While I support TMDA ("Prove You Love Me") mail verification schemes in general, I don't believe eMail addresses using TMDA (or vacation auto-responders) should be permitted on mailing lists (I have blocked e

How do I create a Key + Certificate?

2003-07-12 Thread Tony Esp
I downloaded the latest version of OpenSSL.I did read all the documentation online.I unzipped the files (have Windows XP)For SSL, my Server asks for a Key and a Certificate.How do I create a Certificate?How do I create a Key?   Tony Espinal

Re: Signing a CSR from JetDirect

2003-07-12 Thread Dean Gibson (System Administrator)
The screen where I'm supposed to paste the certificate file says: "Please insert the certificate into the text box provided. The certificate needs to be in PEM/Base64 encoding and less than 3kB in size, or the certificate will be rejected." -- Dean Michael Sierchio wrote on 2003-07-12 10:09: >

access apache only once

2003-07-12 Thread Jue (Jacky) Shu
hi all, I wrote a c client to access apache. here is the code: strcpy(buf, "GET /index.html HTTP/1.0\r\nConnection: Keep-Alive\r\n\r\n"); err = SSL_write(ssl, buf, strlen(buf)); I check the response, it works well. so i use SSL_read() to get the http head and html content. but when i use the a