1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

Simple utility for submitting to transparency logs

PR:		216766
Submitted by:	Jim Ohlstein <jim@ohlste.in>
This commit is contained in:
Matthew Seaman 2017-05-01 14:45:00 +00:00
parent 0708b421c7
commit 085f7ada03
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439899
6 changed files with 38 additions and 0 deletions

View File

@ -97,6 +97,7 @@
SUBDIR += create-cert
SUBDIR += cryptlib
SUBDIR += cryptopp
SUBDIR += ct-submit
SUBDIR += cvm
SUBDIR += cyberchef
SUBDIR += cyrus-sasl2

View File

@ -0,0 +1,21 @@
# Created by: Jim Ohlstein <jim@ohlste.in>
# $FreeBSD$
PORTNAME= ct-submit
PORTVERSION= 1.1.2
CATEGORIES= security www
MAINTAINER= jim@ohlste.in
COMMENT= Submission utility for transparency logs
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go
USE_GITHUB= yes
GH_ACCOUNT= grahamedgecombe
GH_PROJECT= ct-submit
GH_TAGNAME= 7bb2541
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1486130159
SHA256 (grahamedgecombe-ct-submit-1.1.2-7bb2541_GH0.tar.gz) = 8e0b86b7f47895265837429a60839a0d793b8cbfd6a9d1bc09b28e54c1e2c1e3
SIZE (grahamedgecombe-ct-submit-1.1.2-7bb2541_GH0.tar.gz) = 3101

View File

@ -0,0 +1 @@
Simple utility for submitting to transparency logs

View File

@ -0,0 +1,11 @@
/**************************************************************************/
/* */
/* To submit to a transparency log use the following command: */
/* */
/* ct-submit some.cert-transparency.log < /path/to/ssl-cert.pem > foo.sct */
/* */
/* For a list of known logs, see: */
/* */
/* https://www.certificate-transparency.org/known-logs */
/* */
/**************************************************************************/

View File

@ -0,0 +1 @@
bin/%%GO_PKGNAME%%