From owner-freebsd-questions@freebsd.org Mon Dec 19 14:04:22 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 DCAB6C86B2D for ; Mon, 19 Dec 2016 14:04:22 +0000 (UTC) (envelope-from johnl@iecc.com) Received: from miucha.iecc.com (abusenet-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:1126::2]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "miucha.iecc.com", Issuer "StartCom Class 1 DV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 822C117E2 for ; Mon, 19 Dec 2016 14:04:22 +0000 (UTC) (envelope-from johnl@iecc.com) Received: (qmail 67916 invoked from network); 19 Dec 2016 14:04:26 -0000 Received: from unknown (64.57.183.18) by mail1.iecc.com with QMQP; 19 Dec 2016 14:04:26 -0000 Date: 19 Dec 2016 14:03:59 -0000 Message-ID: <20161219140359.17735.qmail@ary.lan> From: "John Levine" To: freebsd-questions@freebsd.org Cc: simon@optinet.com Subject: Re: ssl certificate In-Reply-To: <20161219050611.86184.qmail@submit.iecc.com> Organization: X-Headerized: yes Mime-Version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 14:04:23 -0000 >>I am wondering if there are any free ssl providers? I know there were >>once some, but thought they went under. I am wanting something free, >>but has a broad browser base, Ios, Android, Kindle, windows etc >>browsers and connection software Es File explorer, filezilla etc. You want Let's Encrypt. They don't charge for their certs, and their CA is widely accepted. A recept paper says they're now the #3 CA by number of active certs. There are a bunch of different open source clients for LE. I use a cute little shell script called acme.sh for the web and mail certs on my fbsd system. The certs have to be renewed every 3 months so you definitely want to set it up so it can renew automatically. https://github.com/Neilpang/acme.sh R's, John