Skip to content

Instantly share code, notes, and snippets.

@cbusbey
Created August 4, 2016 20:34
Show Gist options
  • Save cbusbey/5d9ecf00b49e135151590c1f3c6ad819 to your computer and use it in GitHub Desktop.
Save cbusbey/5d9ecf00b49e135151590c1f3c6ad819 to your computer and use it in GitHub Desktop.
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
...
./easyrsa build-client-full 'client0' nopass
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment