aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-03-19 06:07:08 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-03-19 06:07:08 +0000
commit80745a04fe73c7af6aad34ff853e55df23c2e0e0 (patch)
tree6c4cce0fe415f0d2e9c9256d0faec01ea633a0c7 /security/Makefile
parent037864d0dc51bdca5dd2d31f1aa963de93cd0ee2 (diff)
downloadports-80745a04fe73c7af6aad34ff853e55df23c2e0e0.tar.gz
ports-80745a04fe73c7af6aad34ff853e55df23c2e0e0.zip
- Add create-cert 2.0
create-cert is a script that uses openssl(1) to create self-signed host certificates and private keys for fully qualified domain names (FQDNs). PR: ports/155014 Submitted by: Craig Leres <leres@ee.lbl.gov>
Notes
Notes: svn path=/head/; revision=271296
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index a8620b9aefb7..28ded97dc1a4 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -89,6 +89,7 @@
SUBDIR += crack
SUBDIR += cracklib
SUBDIR += crank
+ SUBDIR += create-cert
SUBDIR += cryptlib
SUBDIR += cryptopp
SUBDIR += cryptplug