From owner-freebsd-questions@FreeBSD.ORG Wed May 13 01:01:28 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AEA12332 for ; Wed, 13 May 2015 01:01:28 +0000 (UTC) Received: from mail-ig0-x229.google.com (mail-ig0-x229.google.com [IPv6:2607:f8b0:4001:c05::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E787104C for ; Wed, 13 May 2015 01:01:28 +0000 (UTC) Received: by igbpi8 with SMTP id pi8so125282251igb.1 for ; Tue, 12 May 2015 18:01:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=ga2e7Bkuj95SKqXTt8NH+fxux0PzZGNuKdqozjxqmvo=; b=TyS0D4PwkQSHJ/123MUqX+v3XvCf3iYS0M6unhD4wrZCQvOSo29rnEUTNktA4wheFa lQnzJ2aDNv3gTQmmzDOVx/KjcO7YewBEhQ/yuA351B02iJBuSh5G5z/tEavq2tE0s5g1 rUPke4g/rxJIPoBz7+itTnpP2c9d5lSzee1OP5CZ+pteo6fyA9JQ3/DzXTOIBU3FpXHr QCVJk9YjxgsBMAd+JD7ymJEQo04p9MJ7xvxfOaDO5eELVWmcGS0BGakIcEUzRFVv1sfM AMykSNM8Jex5RE/HSX0VfZ0erZDw+EhgWSwFSnJQfeRw1Icrfujd/DpQIpIQGhnwQmRz VD5w== X-Received: by 10.50.97.105 with SMTP id dz9mr7337488igb.49.1431478887409; Tue, 12 May 2015 18:01:27 -0700 (PDT) Received: from [10.0.10.5] (cpe-76-190-244-6.neo.res.rr.com. [76.190.244.6]) by mx.google.com with ESMTPSA id w33sm13125374ioi.17.2015.05.12.18.01.26 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 12 May 2015 18:01:26 -0700 (PDT) Message-ID: <5552A28F.8090605@gmail.com> Date: Tue, 12 May 2015 21:02:07 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: FreeBSD Questions Subject: Self signed certificate being flagged as a error. Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 May 2015 01:01:28 -0000 To create my self signed certificate & key I followed this online how-to. The how-to provides a CA script for download. . http://www.freebsdmadeeasy.com/tutorials/freebsd/create-a-ca-with-openssl.php followed by the first 2 openssl commands on this page http://www.freebsdmadeeasy.com/tutorials/web-server/apache-ssl-certs.php Then I did this command using the certificate outputted by the above openssl verify cacert.pem cacert.pem: C =US, ST = PA, L = Pittsburgh, CN = *.powerman.com error 18 at 0 depth lookup:self signed certificate ok Why does openssl think this is a error and how can I fix this so it will work?