mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
ca-roots port -- a list of SSL Certificate Authority root certs
This commit is contained in:
parent
dc70aaa90b
commit
f5f9e15bbd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32317
@ -6,6 +6,7 @@
|
||||
SUBDIR += bjorb
|
||||
SUBDIR += bro
|
||||
SUBDIR += bugs
|
||||
SUBDIR += ca-roots
|
||||
SUBDIR += calife
|
||||
SUBDIR += cfs
|
||||
SUBDIR += checkpassword
|
||||
|
21
security/ca-roots/Makefile
Normal file
21
security/ca-roots/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Ports collection makefile for: ca-roots
|
||||
# Date created: Sep 5, 2000
|
||||
# Whom: nsayer
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ca-roots
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= security
|
||||
DISTFILES= # none
|
||||
|
||||
MAINTAINER= nsayer@FreeBSD.org
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/share/certs
|
||||
${INSTALL_DATA} ${FILESDIR}/ca-root.crt ${PREFIX}/share/certs
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/ca-roots/distinfo
Normal file
1
security/ca-roots/distinfo
Normal file
@ -0,0 +1 @@
|
||||
# no distfiles
|
4445
security/ca-roots/files/ca-root.crt
Normal file
4445
security/ca-roots/files/ca-root.crt
Normal file
File diff suppressed because it is too large
Load Diff
1
security/ca-roots/pkg-comment
Normal file
1
security/ca-roots/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A list of SSL CA root certificates
|
11
security/ca-roots/pkg-descr
Normal file
11
security/ca-roots/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
This port simply contains a list of SSL Certificate Authority root
|
||||
certificates. Such a list performs a similar role for SSL Certificate
|
||||
verfication that the root cache does for DNS servers.
|
||||
|
||||
This list originally came from mod_ssl (where it was ca-bundle.crt. They
|
||||
originally got their list from Netscape Communicator/Navigator),
|
||||
but will be maintained separately. The maintainer will apply strict
|
||||
criteria to suggestions for additions to this list (in concert with
|
||||
the FreeBSD security officer). CAs wishing to be added will need
|
||||
to assure the FreeBSD user community that their certification procedures
|
||||
are sufficiently secure to render their certificates trustworthy.
|
3
security/ca-roots/pkg-plist
Normal file
3
security/ca-roots/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
@exec mkdir -p %D/share/certs
|
||||
share/certs/ca-root.crt
|
||||
@unexec rmdir %D/share/certs
|
Loading…
Reference in New Issue
Block a user