I'm trying to setup imaps on my server and I'm getting an error when a client
tries to connect.
Apr 12 23:39:58 purple imapsd[1485]: Unable to load certificate from /usr/share/
ssl/certs/imapsd.pem
Apr 12 23:39:58 purple imapsd[1485]: SSL error status: error:02001002:system lib
rary:fopen:No su
My understanding is that VeriSign is forbidden by law from issuing GSID
certs except for servers for which the US government has issued an export
permit. When you request a GSID cert, you must make a representation to
VeriSign that you are using one of the listed servers.
--Steve Cook
At 02:39 P
Hi there,
On Thu, 28 Oct 1999, Dr Stephen Henson wrote:
> FITZPATRICK,THOM (Non-HP-Roseville,ex1) wrote:
> >
> >
> > VeriSign sez to use a command called "getca" with my new certificate as an
> > argument. This assumes you're using SSLeay, which I'm not, I'm using
> > OpenSSL.
> >
>
> I thi
FITZPATRICK,THOM (Non-HP-Roseville,ex1) wrote:
>
>
> VeriSign sez to use a command called "getca" with my new certificate as an
> argument. This assumes you're using SSLeay, which I'm not, I'm using
> OpenSSL.
>
I think 'getca' is part of a commerical package. It certainly wasn't
part of SSLe
I am in the middle of setting up an https server for a project.
The players:
HP/UX 11.0 on a 9000/813/D330
Apache/1.3.9
mod_perl/1.21
mod_ssl/2.4.5
OpenSSL/0.9.4
I generated a CSR request:
$ openssl md5 * > rand.dat
$ openssl genrsa -rand rand.dat -des 1024 > key.pem
$ openssl req -new -key