From owner-freebsd-questions@FreeBSD.ORG Wed May 11 00:16:33 2011 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 BBE67106566B for ; Wed, 11 May 2011 00:16:33 +0000 (UTC) (envelope-from kevin.wilcox@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7B2408FC16 for ; Wed, 11 May 2011 00:16:33 +0000 (UTC) Received: by iwn33 with SMTP id 33so8023204iwn.13 for ; Tue, 10 May 2011 17:16:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Xep7GDigxJf+Et3GQ9c1A62s93OfJmzDIuP2I//UjGY=; b=E4gSnuEFnR3GlD516rhXSad5Hesug/EhVu32j/M6PS0fJ7L6z3Tk934/rY3GWkoFGj cssiKIuArqQkOOmsAWOpdaGFuu5W4a0a0FeeVgdY24KvXS+lVQMjWfIoWDvhXsBMUZqb XXWWpp9EdcS1PbWiHyQd7z1D14HMC2ppvr9cg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=BgkAraIDQEfaBxKPVppQvAf1NXuo2gAxyfOJgVFT6I7+Xd9IlIzySWTRyDV36gkphx 1dcW2cispGYtGZyYLefXwmyqiG8KnVwT16+lPZjncvUFE6ltGabj8pIXh1Kp5JNPboEz RYwwyWAJmePTxMrFFXWhH9cATvXeHxcnAwCGE= MIME-Version: 1.0 Received: by 10.231.179.143 with SMTP id bq15mr1642194ibb.99.1305072993097; Tue, 10 May 2011 17:16:33 -0700 (PDT) Received: by 10.231.36.2 with HTTP; Tue, 10 May 2011 17:16:33 -0700 (PDT) In-Reply-To: References: <4DC97839.6010108@mage.hu> <4DC982B2.6090303@mage.hu> <4DC98B05.7080503@mage.hu> <20110510221009.49a1c6ea@ukr.net> <180587.39161.qm@web36506.mail.mud.yahoo.com> <947562.11016.qm@web36501.mail.mud.yahoo.com> <14901.7464.qm@web36505.mail.mud.yahoo.com> <870923.47762.qm@web36506.mail.mud.yahoo.com> <941386.58309.qm@web36504.mail.mud.yahoo.com> Date: Tue, 10 May 2011 20:16:33 -0400 Message-ID: From: Kevin Wilcox To: Bill Tillman Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Fw: OpenVPN Setup 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: Wed, 11 May 2011 00:16:33 -0000 On Tue, May 10, 2011 at 20:09, Kevin Wilcox wrote: > On Tue, May 10, 2011 at 19:59, Bill Tillman wrote: >> =C2=A0=C2=A0 client1.crt >> =C2=A0=C2=A0 client1.csr >> =C2=A0=C2=A0 client1.key > You only need to copy the .crt and .key files, those are your key and > certificate for the client named client1. One more comment there - you also need the ca.crt file. kmw