From: Anna C Gladstone Date: Sat, 28 Sep 2013 13:25:36 +0000 (-0400) Subject: (a colon should only follow an independent clause.) X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/commitdiff_plain/9363f0a327fdb5829a5838b551a9a9a53b481f45 (a colon should only follow an independent clause.) --- diff --git a/doc/zcrypt.mdwn b/doc/zcrypt.mdwn index 7451ed6..f52ee16 100644 --- a/doc/zcrypt.mdwn +++ b/doc/zcrypt.mdwn @@ -4,7 +4,7 @@ Zephyr at MIT doesn't support* limiting who can sub to a zephyr class, so if you ## Creating a `zcrypt`ed zephyr class -The main requirement for a `zcrypt`ed zephyr class is to distribute a key to all the intended users of the class. Typically, this is done by storing the key in AFS. You can set that up with: +The main requirement for a `zcrypt`ed zephyr class is to distribute a key to all the intended users of the class. Typically, this is done by storing the key in AFS. You can set that up like this: mkdir -p ~/Public/zcrypt/label/ # Pick an arbitrary label for your class. fs sa ~/Public/zcrypt/label/ system:anyuser none # Keep randoms from reading your key