From: Anna C Gladstone Date: Sat, 28 Sep 2013 13:24:40 +0000 (-0400) Subject: rephrasing key-distribution intro sentence X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/commitdiff_plain/da269791d4e625506db9f0c3191bb7f0ff9c69fe rephrasing key-distribution intro sentence --- diff --git a/doc/zcrypt.mdwn b/doc/zcrypt.mdwn index 25db9a1..7451ed6 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 have a key and distribute it to all the 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 with: 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