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:
parent
0708b421c7
commit
085f7ada03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439899
@ -97,6 +97,7 @@
|
||||
SUBDIR += create-cert
|
||||
SUBDIR += cryptlib
|
||||
SUBDIR += cryptopp
|
||||
SUBDIR += ct-submit
|
||||
SUBDIR += cvm
|
||||
SUBDIR += cyberchef
|
||||
SUBDIR += cyrus-sasl2
|
||||
|
21
security/ct-submit/Makefile
Normal file
21
security/ct-submit/Makefile
Normal 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>
|
3
security/ct-submit/distinfo
Normal file
3
security/ct-submit/distinfo
Normal 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
|
1
security/ct-submit/pkg-descr
Normal file
1
security/ct-submit/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
Simple utility for submitting to transparency logs
|
11
security/ct-submit/pkg-message
Normal file
11
security/ct-submit/pkg-message
Normal 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 */
|
||||
/* */
|
||||
/**************************************************************************/
|
1
security/ct-submit/pkg-plist
Normal file
1
security/ct-submit/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/%%GO_PKGNAME%%
|
Loading…
x
Reference in New Issue
Block a user