Skip to content

Instantly share code, notes, and snippets.

View jordan31bit's full-sized avatar

Jordan jordan31bit

View GitHub Profile
@jordan31bit
jordan31bit / MakeOpenVPN.sh
Last active March 20, 2016 10:47 — forked from laurenorsini/MakeOpenVPN.sh
MakeOpenVPN.sh by Eric Jodoin
#!/bin/bash
# Default Variable Declarations
DEFAULT="Default.txt"
FILEEXT=".ovpn"
CRT=".crt"
KEY=".3des.key"
CA="ca.crt"
TA="ta.key"