Skip to content

Instantly share code, notes, and snippets.

@tromlet
Last active September 14, 2020 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tromlet/b2e8b42ae6c87e15f052fa79ddd33f28 to your computer and use it in GitHub Desktop.
Save tromlet/b2e8b42ae6c87e15f052fa79ddd33f28 to your computer and use it in GitHub Desktop.
A basic directory structure for placement of OpenVPN-relevant files.
vpn/
server/
server.conf
keys/
ca-chain.crt
server.crt
server.key
ta.key
client/
client.conf
keys/
ca-chain.crt
client.crt
client.key
ta.key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment