From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LexMb-00008Z-Qb for garchives@archives.gentoo.org; Wed, 04 Mar 2009 20:06:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76962E0304; Wed, 4 Mar 2009 20:06:44 +0000 (UTC) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by pigeon.gentoo.org (Postfix) with ESMTP id 26D8BE0304 for ; Wed, 4 Mar 2009 20:06:44 +0000 (UTC) Received: by nf-out-0910.google.com with SMTP id b11so475488nfh.26 for ; Wed, 04 Mar 2009 12:06:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:reply-to:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=u5zlrM5V2Qvnn35RWKk5uqu/kgLM041MEC1aiNhUb58=; b=CPid76tEEGOSEMlb36PCjVFWx8XKSskdAmEmB6xR8cvab59+N7qClp7Z1BdZLHG0uA 0E5ZEIvGdO9KMsA+g5MIKe+qytcw4tTJY1+xDy9pd3fmyuMGXxsSKZmqExJPPoZ7+BXe JnQ0RYKhhLTb2Gne19tDLSQo9iIJoTAlmd+N0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=oLsDG//6ypTHv5Cige6ziNBBG/79yGqRS3adh05kUECwMbD3w1CFiFBfsY2eTh+/3D pKLdIkn7m0+1w+9jln8TEkd8EEAZtigF6tzodHVCrWDrFOW9yW98dRY4lZ1gaGyuxhRQ +6TErSCgBkO6pnI+iLtMnm1K046tQUACNInew= Received: by 10.216.28.208 with SMTP id g58mr139689wea.11.1236197203240; Wed, 04 Mar 2009 12:06:43 -0800 (PST) Received: from lappy.study (230.3.169.217.in-addr.arpa [217.169.3.230]) by mx.google.com with ESMTPS id d24sm1326541nfh.3.2009.03.04.12.06.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 04 Mar 2009 12:06:42 -0800 (PST) From: Mick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] ssl + apache2 Date: Wed, 4 Mar 2009 20:00:55 +0000 User-Agent: KMail/1.9.9 References: <6b16fb4c0903020008i79662d56x7142f07b5d29bf23@mail.gmail.com> In-Reply-To: <6b16fb4c0903020008i79662d56x7142f07b5d29bf23@mail.gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1606569.JV0nzPjHBP"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200903042001.07000.michaelkintzios@gmail.com> X-Archives-Salt: 36f36b25-f8bf-4c10-b248-d5293882bbca X-Archives-Hash: 84903b46ec4f3b56e9051ef432455613 --nextPart1606569.JV0nzPjHBP Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 02 March 2009, Kaushal Shriyan wrote: > Hi, > > is there a step by step guide to configure ssl on apache2 on Gentoo OS? > > Thanks and Regards > > Kaushal The same way as you would configure it on any apache installation. The ssl= =20 USE flag comes enabled as a default. Therefore all you need to do (going=20 from memory here) is to add: SSLCertificateFile /path-to-your.crt SSLCertificateKeyFile /path-to-your-secure-key.ca (you'll need to create these two first) Then add: SSLEngine on under the respective (virtual)host part. If you also want it to listen on= =20 some obscure port rather than the default 443 then add Listen NNNN for the= =20 port number that you have configured for your SSL enabled (virtual) host. =2D-=20 Regards, Mick --nextPart1606569.JV0nzPjHBP Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEABECAAYFAkmu3gIACgkQ5Fp0QerLYPdJkACgvQSLMiX58ZChETlcS6CcFRUF SyQAnA8BHt43UjNIqUmxV0vCZn7hM/o/ =58q6 -----END PGP SIGNATURE----- --nextPart1606569.JV0nzPjHBP--