Skip to content

Instantly share code, notes, and snippets.

View Uriziel01's full-sized avatar
😎
Focusing

Paweł Borecki Uriziel01

😎
Focusing
View GitHub Profile
@Uriziel01
Uriziel01 / MakeOpenVPN.sh
Created March 30, 2019 21:12 — 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"