Skip to content

Instantly share code, notes, and snippets.

View diauweb's full-sized avatar

代小呆 diauweb

  • Observable Universe
View GitHub Profile
@richieforeman
richieforeman / makeauthority.sh
Created July 23, 2012 21:38
Issue Your Own Self-Signed S/MIME Certs with OpenSSL
# Run this once
openssl genrsa -des3 -out ca.key 4096
openssl req -new -x509 -days 365 -key ca.key -out ca.crt