Skip to content

Instantly share code, notes, and snippets.

@gddabe
gddabe / pki_setup.md
Created March 21, 2017 15:10 — forked from cbusbey/pki_setup.md
PKI Setup for QuickFIX/Go TLS Example config

The below was guided by the Eric Urban's excellent tutorial at http://www.hydrogen18.com/blog/your-own-pki-tls-golang.html

git clone https://github.com/OpenVPN/easy-rsa.git example-ca
cd example-ca/easyrsa3
./easyrsa init-pki
...
./easyrsa build-ca
...
./easyrsa build-server-full localhost nopass
#
# Original version by Grant Parnell is offline (http://digitaldj.net/2011/07/21/trim-enabler-for-lion/)
#
# Looks for "Apple" string in HD kext, changes it to a wildcard match for anything
#
# Alternative to http://www.groths.org/trim-enabler-3-0-released/
# Method behind this madness described: http://forums.macrumors.com/showthread.php?t=1409151&page=4
# See discussion in comments here: https://www.macupdate.com/app/mac/39654/lion-tweaks
# And here: http://forums.macrumors.com/showthread.php?t=1410459
# And here: http://forums.macrumors.com/showthread.php?t=1480302