diff options
author | Nico Schottelius <nico@nico-notebook.schottelius.org> | 2019-09-10 02:12:31 +0900 |
---|---|---|
committer | Nico Schottelius <nico@nico-notebook.schottelius.org> | 2019-09-10 02:12:31 +0900 |
commit | de5564a4c64dfd223ef069ce1ff08c429ab0553a (patch) | |
tree | 58d1285ec301dc1300fcfc050840a7d5e7af4667 /README.md | |
parent | 5e7312aca321c8fee753f0734144923f1d8f55ad (diff) |
Also export friends
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -157,7 +157,26 @@ exported keys! We import friends directly from the URL of a friend: curl -6 -s https://nico.ungleich.cloud/rifkeys | gpg --import ``` -You can also use +You can also use the included rif-importfriends.sh. + +### Example: Updating your friends + +Now that you have imported the friends of your friends, they have +automatically also become your friends! + +Obviously, you will want to check whether you even want to sign some +of the friends (keys) that you downloaded, but clearly you want to +show off with the biggest amount of friends (that's what is most +important anyway, isn't it?). + +In any case, to update your friend list, simply repeat the command you +ran above already in the beginning: + +``` +gpg -a --export RIF > /var/www/html/rifkeys +``` + +Or use the included `rif-exportfriends.sh` ### Example: Sending a message to a friend |