1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- 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>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-03-19 06:07:08 +00:00
parent 037864d0dc
commit 80745a04fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271296
4 changed files with 36 additions and 0 deletions

View File

@ -89,6 +89,7 @@
SUBDIR += crack
SUBDIR += cracklib
SUBDIR += crank
SUBDIR += create-cert
SUBDIR += cryptlib
SUBDIR += cryptopp
SUBDIR += cryptplug

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: create-cert
# Date created: 2011-02-24
# Whom: Craig Leres <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 <bsd.port.mk>

View File

@ -0,0 +1,4 @@
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

View File

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