Skip to content

Instantly share code, notes, and snippets.

@gddabe
Forked from cbusbey/pki_setup.md
Created March 21, 2017 15:10
Show Gist options
  • Save gddabe/75bea44def0d0727e1ffdba6b36ce831 to your computer and use it in GitHub Desktop.
Save gddabe/75bea44def0d0727e1ffdba6b36ce831 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