Skip to content

Instantly share code, notes, and snippets.

View doktor500's full-sized avatar

David Molinero doktor500

View GitHub Profile
@doktor500
doktor500 / MakeOpenVPN.sh
Created July 19, 2016 19:21 — 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"