Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 75751 invoked from network); 21 Feb 2007 11:43:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Feb 2007 11:43:48 -0000 Received: (qmail 65149 invoked by uid 500); 21 Feb 2007 11:43:45 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 65136 invoked by uid 500); 21 Feb 2007 11:43:45 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 65124 invoked by uid 99); 21 Feb 2007 11:43:45 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Feb 2007 03:43:45 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of brunoteixa@gmail.com designates 66.249.82.238 as permitted sender) Received: from [66.249.82.238] (HELO wx-out-0506.google.com) (66.249.82.238) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Feb 2007 03:43:33 -0800 Received: by wx-out-0506.google.com with SMTP id t13so2183238wxc for ; Wed, 21 Feb 2007 03:43:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=M6TffZEL6vvLX8/+66rMk0MeLtgxhSIi0NLX/4jHAxoI3Lzg6ukVfGt+A0g+9AMRU7jmgRJb6DwmY9lWTWB5dRp0R1HmyoONVA/z4vm7MGeAhUiukocWQrkpmNXptpo2GCgVEi/EvLTspln9yqypMWgjgDZ/OAUI7ClP7N8flIo= Received: by 10.70.21.4 with SMTP id 4mr15556060wxu.1172058192575; Wed, 21 Feb 2007 03:43:12 -0800 (PST) Received: from ?192.168.2.198? ( [81.193.142.249]) by mx.google.com with ESMTP id h36sm17270336wxd.2007.02.21.03.43.11; Wed, 21 Feb 2007 03:43:12 -0800 (PST) Message-ID: <45DC304D.3080208@gmail.com> Date: Wed, 21 Feb 2007 11:43:09 +0000 From: Bruno Teixeira User-Agent: Thunderbird 1.5.0.9 (X11/20070103) MIME-Version: 1.0 To: users@httpd.apache.org References: <45DC2170.3040801@ita.org.mo> <45DC24EC.6030703@gmail.com> <45DC2B24.90201@ita.org.mo> In-Reply-To: <45DC2B24.90201@ita.org.mo> Content-Type: text/plain; charset=Big5 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] [Fwd: Root CA ( SSL ) of Web Service] Hi, SSLCertificateFile and SSLCertificateKeyFile are for your certificate and key - they can be self signed or signed by a CA. If they are signed by a CA, you shoud use the SSLCertificateChainFile directive for the root and possibly the intermidiate certificate. You should check out the manual: http://httpd.apache.org/docs/2.0/ssl/ The faq is very helpful, but take some time to read the hole thing. Take care edwardspl@ita.org.mo wrote: > Hello Bruno, > > So...what is the CA come from the Web ? > > SSLCertificateFile /etc/pki/tls/certs/localhost.crt > SSLCertificateKeyFile /etc/pki/tls/private/localhost.key > > Is it a sample of Root CA ? > > Edward. > > Bruno Teixeira wrote: > >> Edward, >> >> the SSLCertificateChainFile directive should indicate a file with both >> the root and intermediate certificates. >> >> http://certs.ipsca.com/support >> >> Take care. >> >> Bruno Teixeira >> >> edwardspl@ita.org.mo wrote: >> >>> >>> -------- Original Message -------- >>> Subject: Root CA ( SSL ) of Web Service >>> Date: Wed, 21 Feb 2007 18:11:51 +0800 >>> From: edwardspl@ita.org.mo >>> Reply-To: For users of Fedora >>> To: fedora-list@redhat.com >>> >>> >>> >>> Dear All, >>> >>> For apache 2.x, which command Syntax for Root CA ? >>> >>> SSLCertificateFile /etc/pki/tls/certs/localhost.crt >>> SSLCertificateKeyFile /etc/pki/tls/private/localhost.key >>> #SSLCertificateChainFile /etc/pki/tls/certs/server-chain.crt >>> #SSLCACertificateFile /etc/pki/tls/certs/ca-bundle.crt >>> >>> Edwad. >>> >>> -- >>> fedora-list mailing list >>> fedora-list@redhat.com >>> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list >>> >>> >> >> --------------------------------------------------------------------- >> The official User-To-User support forum of the Apache HTTP Server >> Project. >> See for more info. >> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org >> " from the digest: users-digest-unsubscribe@httpd.apache.org >> For additional commands, e-mail: users-help@httpd.apache.org >> >> > > > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org