security/cfssl: Fix grammar in COMMENT; Fix and add to pkg-descr; Cosmetic code improvements

This commit is contained in:
Yuri Victorovich 2020-05-23 20:42:53 +00:00
parent 1a07f182fb
commit f0afdf8de1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536344
2 changed files with 13 additions and 4 deletions

View file

@ -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.

View file

@ -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/