From owner-freebsd-questions Thu Aug 15 8:58: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93E5937B400 for ; Thu, 15 Aug 2002 08:58:04 -0700 (PDT) Received: from mail.navitaire.com (mail.navitaire.com [205.182.62.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7725443E65 for ; Thu, 15 Aug 2002 08:58:00 -0700 (PDT) (envelope-from brian.henning@navitaire.com) Received: from exchange.Navitaire.com (exch.navitaire.com [149.122.4.14]) by mail.navitaire.com (Switch-2.1.4/Switch-2.1.0) with ESMTP id g7FFvxp17746 for ; Thu, 15 Aug 2002 10:57:59 -0500 (CDT) Received: by exchange.Navitaire.com with Internet Mail Service (5.5.2653.19) id ; Thu, 15 Aug 2002 10:57:40 -0500 Message-ID: From: "Henning, Brian" To: "'questions@FreeBSD.ORG'" Subject: certificate Date: Thu, 15 Aug 2002 10:57:33 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello- I am trying to run a secure webserver Apache2.0.39 on my bsd machine (port 443). 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/openssl/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/crypto/bio/bss_fil e.c:106: 52353:error:0E064002:configuration file routines:CONF_load:system lib:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/conf/conf_l ib.c:91: can someone point out what i am doing wrong? thanks, brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message