Import ikeman, from Martin Pelikan (MAINTAINER).
ok giovanni@. ikeman is a tool designed to simplify management of X.509 public key infrastructure used to create IPsec flows by isakmpd(8) or iked(8). It displays all PKI data in a hierarchical view and can also create new certificate authorities, sign new certificate requests and revoke or un-revoke currently loaded certificates. All this in a user-friendly ncurses GUI, which also warns user about errors like already expired, revoked or not yet valid certificates.
This commit is contained in:
parent
4bab4b8f57
commit
0a20475710
24
security/ikeman/Makefile
Normal file
24
security/ikeman/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/06/25 07:10:25 rpointel Exp $
|
||||
|
||||
COMMENT = interactive PKI manager for isakmpd(8) or iked(8)
|
||||
DISTNAME = ikeman-0.2
|
||||
|
||||
CATEGORIES = security
|
||||
|
||||
HOMEPAGE = http://storkhole.cz/software/ikeman/
|
||||
|
||||
MAINTAINER = Martin Pelikan <martin.pelikan@gmail.com>
|
||||
|
||||
# ISC
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MASTER_SITES = ${HOMEPAGE}
|
||||
|
||||
WANTLIB += c crypto ncurses
|
||||
|
||||
NO_REGRESS = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
security/ikeman/distinfo
Normal file
5
security/ikeman/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (ikeman-0.2.tar.gz) = uA8ztoioLmzXz14u6Gz3Pw==
|
||||
RMD160 (ikeman-0.2.tar.gz) = 3p+JVmlS45nBj30vqjihu46v/3M=
|
||||
SHA1 (ikeman-0.2.tar.gz) = Aq2G757t3kHidoRRoMiKsmWHU08=
|
||||
SHA256 (ikeman-0.2.tar.gz) = V80MDnZVqbTaGqnNyeNTQm1whAv1xS6EDne/q/beOo4=
|
||||
SIZE (ikeman-0.2.tar.gz) = 23135
|
8
security/ikeman/pkg/DESCR
Normal file
8
security/ikeman/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
ikeman is a tool designed to simplify management of X.509 public key
|
||||
infrastructure used to create IPsec flows by isakmpd(8) or iked(8).
|
||||
It displays all PKI data in a hierarchical view and can also create
|
||||
new certificate authorities, sign new certificate requests and revoke
|
||||
or un-revoke currently loaded certificates.
|
||||
|
||||
All this in a user-friendly ncurses GUI, which also warns user about
|
||||
errors like already expired, revoked or not yet valid certificates.
|
3
security/ikeman/pkg/PLIST
Normal file
3
security/ikeman/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/06/25 07:10:25 rpointel Exp $
|
||||
@bin bin/ikeman
|
||||
@man man/cat1/ikeman.0
|
Loading…
Reference in New Issue
Block a user