Skip to content

Instantly share code, notes, and snippets.

@benlemasurier
benlemasurier / renew-gpgkey.md
Last active October 11, 2022 15:09 — forked from krisleech/renew-gpgkey.md
Renew Expired GPG key

Renew GPG key

$ gpg --list-keys
$ gpg --edit-key KEYID

Use the expire command to set a new expire date:

@benlemasurier
benlemasurier / kitchen-chef-shell.sh
Last active August 29, 2015 14:27 — forked from mattjbarlow/gist:242b66cdae6938d34419
Chef Shell in Test Kitchen
cd /tmp/kitchen
/opt/chef/embedded/bin/gem install chef-zero
/opt/chef/embedded/bin/chef-zero -d
knife cookbook upload -a -c client.rb
chef-shell -z -c client.rb -o '<YOUR RECIPE>'