freebsd-ports/security/create-cert/Makefile
Craig Leres 9b6f4fa921 security/create-cert: Update to 2.8.
- Add overrides for size of the key (-b bits), the certificate
   duration (-d days), and the digest (-D digest).

 - Fix a bug that ignored config file certificate duration and
   always used 3650 days.
2020-12-26 18:09:26 +00:00

20 lines
412 B
Makefile

# Created by: Craig Leres <leres@FreeBSD.org>
# $FreeBSD$
PORTNAME= create-cert
PORTVERSION= 2.8
CATEGORIES= security
MASTER_SITES= https://ee.lbl.gov/downloads/create-cert/ \
LOCAL/leres/create-cert
MAINTAINER= leres@FreeBSD.org
COMMENT= Create openssl client key and certificates
LICENSE= BSD3CLAUSE
PLIST_FILES= sbin/create-cert \
man/man8/create-cert.8.gz
GNU_CONFIGURE= yes
.include <bsd.port.mk>