Skip to content

Instantly share code, notes, and snippets.

View shrutikamendhe's full-sized avatar

Shrutika (Mendhe) Patil shrutikamendhe

  • RGen Software Solutions (I) Pvt. Ltd.
  • Nagpur
View GitHub Profile
# Generates necessary certificates to ~/.docker
#
# Usage:
# bundle install
# ruby certgen.rb <domain>
require 'certificate_authority'
require 'fileutils'
if ARGV.empty?