fixing the spelling of zimmermann.
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Wed, 19 Nov 2008 16:37:08 +0000 (11:37 -0500)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Wed, 19 Nov 2008 16:37:08 +0000 (11:37 -0500)
doc/zimmerman/changelog [deleted file]
doc/zimmerman/https-proxy [deleted file]
doc/zimmermann/changelog [new file with mode: 0644]
doc/zimmermann/https-proxy [new file with mode: 0644]

diff --git a/doc/zimmerman/changelog b/doc/zimmerman/changelog
deleted file mode 100644 (file)
index c054486..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-******************************************************************************
-*                                                                            *
-*                       zimmerman system log                                 *
-*                                                                            *
-******************************************************************************
-*  Please add new entries in reverse chronological order whenever you make   *
-*  changes to this system (first command at top, last at bottom)             *
-******************************************************************************
-
-2008-11-19 - dkg
-       * added 9 SKS peers as a result of feedback from sks-devel.
-       
-2008-11-19 - mlc
-       * aptitude install nginx
-       * get rid of /etc/nginx/sites-enabled/default
-       * create /etc/nginx/sites-available/https-proxy and make a symlink
-         to it in the sites-enabled directory
-       * invoke-rc.d nginx start
-
-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
-       * edited /etc/esmtp-run, configured to relay to bulk.mayfirst.org
diff --git a/doc/zimmerman/https-proxy b/doc/zimmerman/https-proxy
deleted file mode 100644 (file)
index c4521a7..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-server {
-       listen  443;
-       server_name zimmermann.mayfirst.org;
-       ssl on;
-       ssl_certificate /etc/ssl/certs/ssl-cert-snakeoil.pem;
-       ssl_certificate_key /etc/ssl/private/ssl-cert-snakeoil.key;
-       ssl_ciphers HIGH:MEDIUM:!ADH;
-
-       access_log  off;
-
-       location / {
-               proxy_pass http://localhost:11371/;
-       }
-}
diff --git a/doc/zimmermann/changelog b/doc/zimmermann/changelog
new file mode 100644 (file)
index 0000000..c054486
--- /dev/null
@@ -0,0 +1,38 @@
+******************************************************************************
+*                                                                            *
+*                       zimmerman system log                                 *
+*                                                                            *
+******************************************************************************
+*  Please add new entries in reverse chronological order whenever you make   *
+*  changes to this system (first command at top, last at bottom)             *
+******************************************************************************
+
+2008-11-19 - dkg
+       * added 9 SKS peers as a result of feedback from sks-devel.
+       
+2008-11-19 - mlc
+       * aptitude install nginx
+       * get rid of /etc/nginx/sites-enabled/default
+       * create /etc/nginx/sites-available/https-proxy and make a symlink
+         to it in the sites-enabled directory
+       * invoke-rc.d nginx start
+
+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
+       * edited /etc/esmtp-run, configured to relay to bulk.mayfirst.org
diff --git a/doc/zimmermann/https-proxy b/doc/zimmermann/https-proxy
new file mode 100644 (file)
index 0000000..c4521a7
--- /dev/null
@@ -0,0 +1,14 @@
+server {
+       listen  443;
+       server_name zimmermann.mayfirst.org;
+       ssl on;
+       ssl_certificate /etc/ssl/certs/ssl-cert-snakeoil.pem;
+       ssl_certificate_key /etc/ssl/private/ssl-cert-snakeoil.key;
+       ssl_ciphers HIGH:MEDIUM:!ADH;
+
+       access_log  off;
+
+       location / {
+               proxy_pass http://localhost:11371/;
+       }
+}