From owner-freebsd-questions Wed Jun 12 0:46:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from noname.csdl.lt (noname.csdl.lt [194.176.40.182]) by hub.freebsd.org (Postfix) with SMTP id 3586137B403 for ; Wed, 12 Jun 2002 00:46:47 -0700 (PDT) Received: (qmail 40795 invoked by uid 1000); 12 Jun 2002 07:46:45 -0000 Date: Wed, 12 Jun 2002 09:46:45 +0200 From: Paulius Bulotas To: FreeBSD-Questions Subject: Re: Apache13+Modssl Message-ID: <20020612074644.GA40198@kaktusas.org> Mail-Followup-To: FreeBSD-Questions References: <000901c211ac$cefa9150$020aa8c0@acaraje> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000901c211ac$cefa9150$020aa8c0@acaraje> X-URL: http://www.kaktusas.org/ 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 Hi, On 02 06 11, Vitor de Matos Carvalho wrote: > I compiled apach13-modssl for ports. It compiled and installed everything > ok, without of the errors. > Only that all time that I go to twirl the apache, it asks for pass phrase. > > He would like to know if it has as to read pass phrase of some archive, thus > preventing that it always asks?? As you are using modssl, you've created a certificate. The private key is encrypted with password and every time Apache is started, it has to decrypt it, so you have to remove password like this: openssl rsa -in private.pem -out private2.pem then mv private2.pem private.pem chmod 600 private.pem make and you are done ;) Paulius To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message