summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjym <jym>2011-01-31 03:05:17 +0000
committerjym <jym>2011-01-31 03:05:17 +0000
commit3f3f15c0229197a5c9c47b26df1d2e8181b401fb (patch)
tree7dc68427999f739555e7aec19d12d2b0d20feb2d /security
parentdbb735c69b566341d7d97d4c93cd740bd6aa858f (diff)
downloadpkgsrc-3f3f15c0229197a5c9c47b26df1d2e8181b401fb.tar.gz
Add MESSAGE to give a hint on what to do (~copy/pasted from script)
Diffstat (limited to 'security')
-rw-r--r--security/mozilla-rootcerts/MESSAGE11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/mozilla-rootcerts/MESSAGE b/security/mozilla-rootcerts/MESSAGE
new file mode 100644
index 00000000000..67566668ae2
--- /dev/null
+++ b/security/mozilla-rootcerts/MESSAGE
@@ -0,0 +1,11 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2011/01/31 03:05:17 jym Exp $
+
+Execute these commands to extract and rehash all CA root certificates
+distributed by the Mozilla Project, so that they can be used by third
+party applications:
+
+ # cd /etc/openssl/certs # Default SSLCERTS path for NetBSD
+ # mozilla-rootcerts extract
+ # mozilla-rootcerts rehash
+===========================================================================