From owner-freebsd-questions@FreeBSD.ORG Sat Jul 12 20:10:37 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D67FE37B401 for ; Sat, 12 Jul 2003 20:10:37 -0700 (PDT) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6953E43FB1 for ; Sat, 12 Jul 2003 20:10:37 -0700 (PDT) (envelope-from admin2@enabled.com) Received: from enabled.com (localhost.enabled.com [127.0.0.1]) by typhoon.enabled.com (8.12.9/8.12.9) with ESMTP id h6D3AbaU009121 for ; Sat, 12 Jul 2003 20:10:37 -0700 (PDT) (envelope-from admin2@enabled.com) From: "admin" To: freebsd-questions@freebsd.org Date: Sat, 12 Jul 2003 19:10:37 -0800 Message-Id: <20030713030742.M58442@enabled.com> X-Mailer: Open WebMail 2.01 20030425 X-OriginatingIP: 131.161.240.131 (admin2) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: SSL certificates and IE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 03:10:38 -0000 OS: FreeBSD 4.8 mod_ssl 2.8.14 apache 1.3.27 --- I am now servering a certificate to web connections. Internet Explorer complains of the certificate not being issued by a trusted company. I am the CA for the certificate. What are ways I can modify the certificate so IE does not complain about this anymore? - Noah