certificate

certificate

am 15.08.2002 18:18:29 von brian.henning

Hello-
I am trying to run a secure webserver Apache2.0.39 on my freebsd 4.5
machine. I am at the point I need to create the certificate.

so far i have installed Apache2.0.39 and then i tried the following command:

openssl req -config openssl.cnf -new -out my-server.csr
Using configuration from openssl.cnf
error on line 1 of openssl.cnf
52353:error:02001002:system library:fopen:No such file or
directory:/usr/src/secure/lib/libcrypto/../../../crypto/open ssl/crypto/bio/b
ss_file.c:104:fopen('openssl.cnf','rb')
52353:error:2006D002:BIO routines:BIO_new_file:system
lib:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/cr ypto/bio/bss_fil
e.c:106:
52353:error:0E064002:configuration file routines:CONF_load:system
lib:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/cr ypto/conf/conf_l
ib.c:91:

can someone point out what i am doing wrong?
thanks,
brian
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: certificate

am 15.08.2002 21:01:29 von ulairi

Quoting "Henning, Brian" :

> Hello-
> I am trying to run a secure webserver Apache2.0.39 on my freebsd 4.5
> machine. I am at the point I need to create the certificate.
>
> so far i have installed Apache2.0.39 and then i tried the following command:
>
> openssl req -config openssl.cnf -new -out my-server.csr
> Using configuration from openssl.cnf
> error on line 1 of openssl.cnf
> 52353:error:02001002:system library:fopen:No such file or
> directory:/usr/src/secure/lib/libcrypto/../../../crypto/open ssl/crypto/bio/b
> ss_file.c:104:fopen('openssl.cnf','rb')
> 52353:error:2006D002:BIO routines:BIO_new_file:system
> lib:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/cr ypto/bio/bss_fil
> e.c:106:
> 52353:error:0E064002:configuration file routines:CONF_load:system
> lib:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/cr ypto/conf/conf_l
> ib.c:91:
>
> can someone point out what i am doing wrong?
> thanks,
> brian

Looks like openssl is not finding the openssl.cnf file where it expects to find
it (or it is unreadable).
--
My other computer is your windows box.
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org