Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am toady00 on github.
  • I am toady00 (https://keybase.io/toady00) on keybase.
  • I have a public key ASAo7DdK4IKmtlOy7X-QxKy05LeVI3LzDHUP6BFLNYRF4Qo

To claim this, I am signing this object:

vault mount \
--path levvel \
--description "Example CA for vault demo" \
pki
vault mount-tune \
--max-lease-ttl 87600h \
levvel
vault write \
@Toady00
Toady00 / 0_reuse_code.js
Created March 16, 2017 19:25
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console