Skip to content

Instantly share code, notes, and snippets.

View meonkeys's full-sized avatar

Adam Monsen meonkeys

View GitHub Profile
@deanrad
deanrad / seed_users.js
Last active August 29, 2015 14:06
Create a bunch of new users in Meteor
if(Meteor.isServer){
_.each(["Angelo Paramo",
"Demarcus Drouin",
"Suzie Magwood",
"Caron Wilcoxo",
"Orville Manns",
"Tashia Taber",
"Nickie Buchman",
"Scotty Monette",
"Clare Murillo",
@F21
F21 / signing-gpg-keys.md
Last active October 13, 2025 14:52
Signing someone's GPG key

This is a quick guide of the commands we use to sign someone's GPG key in a virtual key signing party.

Note: The steps cover only the technical aspects of signing someone's key. Before signing someone's key, you must verify their identity. This is usually done by showing government-issued ID and confirming the key's fingerprint

The commands will work for both GPG and GPG2.

I use Julian's key for the examples. His key id is 2AD3FAE3. You should substitute with the appropriate key id when running the commands.

Signing the key

  1. List the keys currently in your keyring: gpg --list-keys.