diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-11-18 01:51:33 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-11-18 01:51:33 -0500 |
commit | 0c56afeb82fe03e007a99b5cbc12bef9bcd6e452 (patch) | |
tree | 0c9bf22e1a6e6fa53b4712f34108f955301f0b32 | |
parent | b399dbcddb7bce2cfe9a470a019fc58165793b6e (diff) | |
parent | 647a0fc70e28d641d914f183489d815d4feb7e2b (diff) |
Merge commit 'micah/master'
-rw-r--r-- | doc/zimmerman/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/zimmerman/changelog b/doc/zimmerman/changelog index e833b1e..a92557d 100644 --- a/doc/zimmerman/changelog +++ b/doc/zimmerman/changelog @@ -7,12 +7,21 @@ * changes to this system (first command at top, last at bottom) * ****************************************************************************** +2008-11-17 - micah + * verified the SHA256 values for the key material + * /usr/lib/sks/sks_build.sh (chose option #2: normalbuild) + * chown -R debian-sks:debian-sks /var/lib/sks + * edit /etc/default/sks to enable the initscript + * /etc/init.d/sks start + * rm -rf /var/lib/sks/dump + 2008-11-15 - micah * aptitude update && aptitude full-upgrade * aptitude install sks * cd /var/lib/sks/dump ; wget -q -r -np -nd -A bz2,SHA256,asc \ http://nynex.net/keydump/ -e robots=off * install monkeysphere 0.21-2 package + * apt-get install bzip2 ; bunzip2 /var/lib/sks/dump/*.bz2 2008-11-15 - jamie * aptitude install esmtp-run mailx |