Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View erkki's full-sized avatar

Erkki Eilonen erkki

  • http://bearmetal.eu
View GitHub Profile
@erkki
erkki / ca.md
Last active June 30, 2019 19:14 — forked from soarez/ca.md
sha1 => sha256

How to setup your own CA with OpenSSL

For educational reasons I've decided to create my own CA. Here is what I learned.

First things first

Lets get some context first.

Keybase proof

I hereby claim:

  • I am erkki on github.
  • I am erkki (https://keybase.io/erkki) on keybase.
  • I have a public key whose fingerprint is 200E 2576 F6AE 551B DBA4 7464 BB1D 4F98 A186 4379

To claim this, I am signing this object:

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "uniform_notifier/version"
Gem::Specification.new do |s|
s.name = "uniform_notifier"
s.version = UniformNotifier::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Richard Huang"]
s.email = ["flyerhzm@gmail.com"]