[106816] trunk/base/doc/pubkeys.conf.in
larryv at macports.org
larryv at macports.org
Sat Jun 8 13:10:59 PDT 2013
Revision: 106816
https://trac.macports.org/changeset/106816
Author: larryv at macports.org
Date: 2013-06-08 13:10:58 -0700 (Sat, 08 Jun 2013)
Log Message:
-----------
pubkeys.conf.in: Reword comments slightly; add title and Id keyword.
Modified Paths:
--------------
trunk/base/doc/pubkeys.conf.in
Modified: trunk/base/doc/pubkeys.conf.in
===================================================================
--- trunk/base/doc/pubkeys.conf.in 2013-06-08 19:35:26 UTC (rev 106815)
+++ trunk/base/doc/pubkeys.conf.in 2013-06-08 20:10:58 UTC (rev 106816)
@@ -1,10 +1,15 @@
-# Downloaded archives will only be used if they can be verified by a public
-# key listed here. Use full paths, one per line.
+# $Id$
+# MacPorts system-wide public key configuration file.
+
+# Downloaded archives will only be used if they can be verified by one
+# of the public keys listed here. Use absolute paths, one per line.
+
@prefix_expanded@/share/macports/macports-pubkey.pem
-# To distribute archives of your own, you need a key pair generated like so:
-# openssl genrsa -des3 -out privkey.pem 2048
-# openssl rsa -in privkey.pem -pubout -out pubkey.pem
-# Then sign the archives like this:
-# openssl dgst -ripemd160 -sign privkey.pem -out archive.tbz2.rmd160 archive.tbz2
+# To distribute archives of your own, generate a key pair:
+# openssl genrsa -des3 -out privkey.pem 2048
+# openssl rsa -in privkey.pem -pubout -out pubkey.pem
+#
+# And sign the archives:
+# openssl dgst -ripemd160 -sign privkey.pem -out archive.tbz2.rmd160 archive.tbz2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130608/047d12fe/attachment.html>
More information about the macports-changes
mailing list