Skip to content

Instantly share code, notes, and snippets.

View jefflaplante's full-sized avatar

Jeff LaPlante jefflaplante

View GitHub Profile
@jefflaplante
jefflaplante / onename.txt
Created October 27, 2015 20:50
Onename Verification
Verifying that +jefflaplante is my blockchain ID. https://onename.com/jefflaplante
@jefflaplante
jefflaplante / certgen.rb
Last active September 9, 2015 01:44 — forked from sheerun/certgen.rb
Docker TLS certificate generator
# Generates necessary certificates to ~/.docker
#
# Usage:
# bundle install
# ruby certgen.rb <domain>
require 'certificate_authority'
require 'fileutils'
if ARGV.empty?