Skip to content

Instantly share code, notes, and snippets.

@tabcodes
tabcodes / gist:3c3860d9e37fec3692d17eb4fec4173c
Last active January 9, 2022 11:00
Generating Self-Signed Certificates (SSL) / Adding to Chrome
// This was adapted from this fantastic and helpful article:
// https://fabianlee.org/2018/02/17/ubuntu-creating-a-trusted-ca-and-san-certificate-using-openssl-on-ubuntu/
// Tested on Linux Mint 20.3 and Ubuntu 20.04
#########################
# PRELIMINARY STEPS #
#########################