Date: Wed, 12 Jun 2002 09:46:45 +0200 From: Paulius Bulotas <paulius@kaktusas.org> To: FreeBSD-Questions <FreeBSD-Questions@FreeBSD.ORG> Subject: Re: Apache13+Modssl Message-ID: <20020612074644.GA40198@kaktusas.org> In-Reply-To: <000901c211ac$cefa9150$020aa8c0@acaraje> References: <000901c211ac$cefa9150$020aa8c0@acaraje>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020612074644.GA40198>