From owner-freebsd-questions@FreeBSD.ORG Thu Oct 8 01:37:07 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1689106568B for ; Thu, 8 Oct 2009 01:37:07 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id DC3DF8FC12 for ; Thu, 8 Oct 2009 01:37:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id EA21F3A3842; Thu, 8 Oct 2009 08:37:04 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= references:subject:subject:in-reply-to:from:from:message-id:date :date:received:received:received; s=selector1; t=1254965824; x= 1256780224; bh=RdMN8pQAS7nBHW7rEz8KTmLHgARYqwtb9wQB6T69bbE=; b=k qNcNc/qTi+C+wyBuf+9d7PiScik5QCNuqKr8P6OLcJHbMa6daySKpwTHOqq0O61O GL8SVHJn/ZNjD9KqQgrjiLmyrh5quGRuOqn2flbz2aJi/OqNQPsSwWCaytgcJQtA uUC0usPkELbJZEVwe8+bPf9RE39yZvR7h/Ikvq7yZc= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by localhost (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 7eT6br3Kcom6; Thu, 8 Oct 2009 08:37:04 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id D1C6C3A383C; Thu, 8 Oct 2009 08:37:03 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.3/8.14.3/Submit) id n981b00w017733; Thu, 8 Oct 2009 08:37:00 +0700 (ICT) (envelope-from on) Date: Thu, 8 Oct 2009 08:37:00 +0700 (ICT) Message-Id: <200910080137.n981b00w017733@banyan.cs.ait.ac.th> From: Olivier Nicole To: steve@ibctech.ca In-reply-to: <4ACD3F98.8030905@ibctech.ca> (message from Steve Bertrand on Wed, 07 Oct 2009 21:25:44 -0400) References: <4ACD3F98.8030905@ibctech.ca> Cc: freebsd-questions@freebsd.org Subject: Re: Common practice for generating SSL CSR X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2009 01:37:08 -0000 > I'm looking to garner production-wise operational feedback on the > commands people are using to generate their (Open)SSL cert requests > nowadays... I usually follow what is very well explained in modssl FAQ. Olivier