From owner-freebsd-questions@FreeBSD.ORG Wed May 14 04:42:49 2003 Return-Path: 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 1227337B401 for ; Wed, 14 May 2003 04:42:49 -0700 (PDT) Received: from mail.cordis.lu (mail.cordis.lu [212.190.217.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9BAE43F3F for ; Wed, 14 May 2003 04:42:47 -0700 (PDT) (envelope-from a.carter@cordis.lu) Received: from mailsvr.intrasoft.lu (mail.intrasoft.lu [212.190.217.251]) by mail.cordis.lu (8.12.8/8.12.8) with ESMTP id h4EBvBku013702 for ; Wed, 14 May 2003 13:57:14 +0200 Received: by mail.intrasoft.lu with Internet Mail Service (5.5.2656.59) id ; Wed, 14 May 2003 13:38:46 +0200 Received: from 212.190.217.170 ([212.190.217.170]) by mailsvr.intrasoft.lu with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2656.59) id JS23DFG8; Wed, 14 May 2003 13:38:45 +0200 From: CARTER Anthony To: freebsd-questions@freebsd.org Organization: Intrasoft Date: Wed, 14 May 2003 13:43:39 +0200 User-Agent: KMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305141343.40130.a.carter@intrasoft.lu> X-Spam-Status: No, hits=-105.8 required=4.2 tests=USER_AGENT_KMAIL,USER_IN_WHITELIST version=2.53 X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp) Subject: Openssl... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2003 11:42:49 -0000 I have installed Openssl from the ports (latest csv) and copied the configuration file as specified in the small information file in the ports directory, however I get the following: CA.pl -newca ok CA.pl -newreq ok CA.pl -signreq Not ok error below: Using configuration from /etc/ssl/openssl.cnf unable to load CA private key 54231:error:0906D06C:PEM routine:PEM_read_bio:no start line:/usr/src/crypto/openssl/crypto/pem/pel_lib.c:663:Expecting: ANY PRIVATE KEY Singed certificate is in newcert.pem but no newcert.pem gets created, anywhere... my openssl.cnf file is AS DEFAULT, I have not changed anything...Any help greatly appreciated... Anthony