aboutsummaryrefslogtreecommitdiff
path: root/security/cfssl
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-05-23 20:42:53 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-05-23 20:42:53 +0000
commitf0afdf8de1466c0718bbc7d20f09613f3271ce1f (patch)
tree44306b8802e9572d682a76d60c27c1fe3c7c4c66 /security/cfssl
parent1a07f182fbfeaf680ea3a8dcd70912d83b07d2a5 (diff)
downloadports-f0afdf8de1466c0718bbc7d20f09613f3271ce1f.tar.gz
ports-f0afdf8de1466c0718bbc7d20f09613f3271ce1f.zip
security/cfssl: Fix grammar in COMMENT; Fix and add to pkg-descr; Cosmetic code improvements
Notes
Notes: svn path=/head/; revision=536344
Diffstat (limited to 'security/cfssl')
-rw-r--r--security/cfssl/Makefile5
-rw-r--r--security/cfssl/pkg-descr12
2 files changed, 13 insertions, 4 deletions
diff --git a/security/cfssl/Makefile b/security/cfssl/Makefile
index 58792d151b1f..4bda589d9c69 100644
--- a/security/cfssl/Makefile
+++ b/security/cfssl/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= https://bitbucket.org/${GOOSE_ACCOUNT}/${GOOSE_PROJECT}/get/${GOOS
DISTFILES= goose-${GOOSE_COMMIT}.tar.gz:goose
MAINTAINER= yuri@FreeBSD.org
-COMMENT= CloudFlares PKI and TLS toolkit
+COMMENT= Cloudflare's PKI and TLS toolkit
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
@@ -66,8 +66,7 @@ pre-configure:
# the project uses Makefile for build and installation
do-build:
- (cd ${WRKSRC} && \
- ${SETENV} ${MAKE_ENV} ${GO_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} all)
+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} all
do-install:
# Makefile is used but the install target uses go install.
diff --git a/security/cfssl/pkg-descr b/security/cfssl/pkg-descr
index 0735444fdb74..e023a9dff92e 100644
--- a/security/cfssl/pkg-descr
+++ b/security/cfssl/pkg-descr
@@ -1,4 +1,14 @@
-CFSSL is CloudFlare's PKI/TLS swiss army knife. It is both a command line tool
+CFSSL is Cloudflare's PKI/TLS swiss army knife. It is both a command line tool
and an HTTP API server for signing, verifying, and bundling TLS certificates.
+CFSSL consists of:
+* a set of packages useful for building custom TLS PKI tools
+* the cfssl program, which is the canonical command line utility using the
+ CFSSL packages
+* the multirootca program, which is a certificate authority server that can use
+ multiple signing keys
+* the mkbundle program is used to build certificate pool bundles
+* the cfssljson program, which takes the JSON output from the cfssl and
+ multirootca programs and writes certificates, keys, CSRs, and bundles to disk
+
WWW: https://cfssl.org/