head	1.3;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.01.02;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.04.23.04.05.09;	author jgh;	state Exp;
branches;
next	1.1;

1.1
date	2011.03.19.06.07.08;	author sunpoet;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	create-cert
# Date created:		2011-02-24
# Whom:			Craig Leres <leres@@ee.lbl.gov>
#
# $FreeBSD: head/security/create-cert/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	create-cert
PORTVERSION=	2.2
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 <bsd.port.mk>
@


1.2
log
@- Update to 2.2

Changes since 2.0 include:
* Add -C flag which creates a create-cert.conf by parsing
 an existing pem file. This is a handy way to bootstrap
 a config from an old tree of self-signed certs.
* Add "bits" and "digest" to config file.
* Change default bits from 1024 to 2048.
Change default digest from md5 to sha1.

PR:	ports/167216
Submitted by:	maintainer, leres@@ee.lbl.gov
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@- Add create-cert 2.0

create-cert is a script that uses openssl(1) to create self-signed host
certificates and private keys for fully qualified domain names (FQDNs).

PR:		ports/155014
Submitted by:	Craig Leres <leres@@ee.lbl.gov>
@
text
@d9 1
a9 1
PORTVERSION=	2.0
@

