Skip to content

Instantly share code, notes, and snippets.

View tywkeene's full-sized avatar
💭
bruh

Tyrell Keene tywkeene

💭
bruh
  • Contrast Security
  • United States
View GitHub Profile
@tywkeene
tywkeene / gencert.sh
Created April 13, 2016 01:38 — forked from bradland/gencert.sh
Generate a self-signed SSL cert
#!/bin/bash
# Bash shell script for generating self-signed certs. Run this in a folder, as it
# generates a few files. Large portions of this script were taken from the
# following artcile:
#
# http://usrportage.de/archives/919-Batch-generating-SSL-certificates.html
#
# Additional alterations by: Brad Landers
# Date: 2012-01-27