Skip to content

Instantly share code, notes, and snippets.

View ctroncoso's full-sized avatar

Carlos Troncoso ctroncoso

View GitHub Profile
@ctroncoso
ctroncoso / certgen.rb
Last active August 29, 2015 14:23 — forked from sheerun/certgen.rb
# Generates necessary certificates to ~/.docker
#
# Usage:
# bundle install
# ruby certgen.rb <domain>
require 'certificate_authority'
require 'fileutils'
if ARGV.empty?