From owner-freebsd-questions@freebsd.org Sun Mar 6 13:46:39 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7802DAB9D67 for ; Sun, 6 Mar 2016 13:46:39 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from BLU004-OMC4S14.hotmail.com (blu004-omc4s14.hotmail.com [65.55.111.153]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 22DAA951 for ; Sun, 6 Mar 2016 13:46:38 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from BLU437-SMTP2 ([65.55.111.136]) by BLU004-OMC4S14.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Sun, 6 Mar 2016 05:45:31 -0800 X-TMN: [qI97M6KNGVk84EvyjRBbekrHuPOPUHb2] X-Originating-Email: [carmel_ny@outlook.com] Message-ID: X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.99 at scorpio.seibercom.net Date: Sun, 6 Mar 2016 08:45:06 -0500 From: Carmel To: freebsd-questions@freebsd.org Subject: Combining SSL certificates Organization: Seibercom NET X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; i686-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 06 Mar 2016 13:45:30.0995 (UTC) FILETIME=[73200C30:01D177AE] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2016 13:46:39 -0000 If I want to combine multiple SSL certificates for one site into one "PEM" file, would the correct order be: 1) Site certificate 2) Intermediate Certificate 3) Root certificate I was told it make a difference in what order they are placed in one file. Is there anything else I should do, other than running "c_rehash" on the new file? -- Carmel