Skip to content

Instantly share code, notes, and snippets.

View kokigit's full-sized avatar

kokila alupotha kokigit

  • Student at University of Moratuwa
View GitHub Profile
@kokigit
kokigit / README.md A simple Docker and Docker Compose install script for Ubuntu

A simple Docker and Docker Compose install script for Ubuntu

Usage

  1. sh install-docker.sh
  2. log out
  3. log back in

Links

@kokigit
kokigit / self-signed-certificate-with-custom-ca.md
Created January 7, 2019 08:06 — forked from fntlnz/self-signed-certificate-with-custom-ca.md
Self Signed Certificate with Custom Root CA

Create Root CA (Done once)

Create Root Key

Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!

openssl genrsa -des3 -out rootCA.key 4096