Skip to content

Instantly share code, notes, and snippets.

View tycooon's full-sized avatar
👋

Yuri Smirnov tycooon

👋
View GitHub Profile
@VimleshS
VimleshS / ruby_cert.rb
Created August 30, 2016 09:35
Usage examples of ruby’s openssl lib
#Reference
#https://devnotcorp.wordpress.com/2012/08/21/usage-examples-of-rubys-openssl-lib/
#!/usr/bin/ruby
require 'openssl'
require 'date'
require 'time'