From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 25 00:00:50 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 339DC1065674 for ; Fri, 25 Feb 2011 00:00:50 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EBEDC8FC0A for ; Fri, 25 Feb 2011 00:00:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p1P00nEk035009 for ; Fri, 25 Feb 2011 00:00:49 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p1P00nEI035008; Fri, 25 Feb 2011 00:00:49 GMT (envelope-from gnats) Resent-Date: Fri, 25 Feb 2011 00:00:49 GMT Resent-Message-Id: <201102250000.p1P00nEI035008@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Craig Leres Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DF48106566B for ; Thu, 24 Feb 2011 23:54:13 +0000 (UTC) (envelope-from leres@ee.lbl.gov) Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [IPv6:2001:400:610:102::ca]) by mx1.freebsd.org (Postfix) with ESMTP id 5C7238FC23 for ; Thu, 24 Feb 2011 23:54:13 +0000 (UTC) Received: from ice.ee.lbl.gov (ice.ee.lbl.gov [131.243.2.213]) (authenticated bits=0) by fun.ee.lbl.gov (8.14.4/8.14.4) with ESMTP id p1ONsD3n047807 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Thu, 24 Feb 2011 15:54:13 -0800 (PST) Message-Id: <4D66EFA5.9080901@ee.lbl.gov> Date: Thu, 24 Feb 2011 15:54:13 -0800 From: Craig Leres To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/155014: New port: security/create-cert: Create self-signed client key and certificates X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2011 00:00:50 -0000 >Number: 155014 >Category: ports >Synopsis: New port: security/create-cert: Create self-signed client key and certificates >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 25 00:00:49 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Craig Leres >Release: FreeBSD 8.2-RELEASE amd64 >Organization: Lawrence Berkeley National Laboratory >Environment: FreeBSD hot.ee.lbl.gov 8.2-RELEASE FreeBSD 8.2-RELEASE #0 r8: Tue Feb 22 19:50:59 PST 2011 leres@hot.ee.lbl.gov:/usr/src/8.2-RELEASE/sys/amd64/compile/LBLSMPIPV6 amd64 >Description: This new port makes it easy to create and maintain self-signed rootca's and host keys and certs. The configuration for each set of self-signed certs is stored in a file; it's much nicer than using openssl directly. It is used by other software including bro, broccoli and acld and also produces certs compatible for use with stunnel. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk1m76QACgkQWxlAhAje3JuSGACeJEv9sK94x6K404o5HfEwUbwF 5ZgAnAl572/P6rHbtj1Gyyke31un9ZvC =UKfa -----END PGP SIGNATURE----- --------------060706090407040508050108 Content-Type: text/plain; name="Makefile" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Makefile" # New ports collection makefile for: create-cert # Date created: 24 Feb 2011 # Whom: leres@ee.lbl.gov # $FreeBSD$ # PORTNAME= create-cert PORTVERSION= 2.0 CATEGORIES= security MASTER_SITES= ftp://ee.lbl.gov/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= leres@ee.lbl.gov COMMENT= Create openssl client key and certificates PLIST_FILES= sbin/create-cert MAN8= create-cert.8 GNU_CONFIGURE= yes verify: checksum gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc LICENSE= BSD .include --------------060706090407040508050108 Content-Type: text/plain; name="distinfo" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="distinfo" SHA256 (create-cert-2.0.tar.gz) = 4f1d49d1716db5618f6c02117d90f42725cd711b261d9f499e0c8ea960f5f8f4 SIZE (create-cert-2.0.tar.gz) = 67407 SHA256 (create-cert-2.0.tar.gz.asc) = d12edc25ef423774e333c5b18d98457f3845d7797ca3c4fd6315f3645fbf9e03 SIZE (create-cert-2.0.tar.gz.asc) = 196 --------------060706090407040508050108 Content-Type: text/plain; name="pkg-descr" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="pkg-descr" create-cert is a script that uses openssl(1) to create self-signed host certificates and private keys for fully qualified domain names (FQDNs). --------------060706090407040508050108 Content-Type: application/octet-stream; name="Makefile.sig" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="Makefile.sig" iEYEABECAAYFAk1m76QACgkQWxlAhAje3JuOmQCeJMh4AbRItUhAxpLMGYsjbqWVDFwAoIVt jhqsxSWWlo3fwwNswotObRqb --------------060706090407040508050108 Content-Type: application/octet-stream; name="distinfo.sig" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="distinfo.sig" iEYEABECAAYFAk1m76QACgkQWxlAhAje3JuJcQCbBR9vR/43UJelYMUJ6n6Vnyfi0lcAn0aW 4HCVprRgv7QgrOMpEsJq51y5 --------------060706090407040508050108 Content-Type: application/octet-stream; name="pkg-descr.sig" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="pkg-descr.sig" iEYEABECAAYFAk1m76UACgkQWxlAhAje3Jvo7QCfbR4P4aG6vAytxmTm47o2yJ7xU/IAn0+0 NSRntNSDtfggetoqbpax0hEC --------------060706090407040508050108-- >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: This is a multi-part message in MIME format. --------------060706090407040508050108 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1