Skip to content

Instantly share code, notes, and snippets.

View jcarrano's full-sized avatar

Juan I Carrano jcarrano

  • Berlin, Germany
View GitHub Profile
@jcarrano
jcarrano / generate_openvpn_config.sh
Last active April 24, 2019 08:19 — forked from dmytro/generate_openvpn_config.sh
Script for OpenVPN generate client config file.
#!/bin/bash
# Easy script to create OpenVPN client configuration with the user, pre-generating user's
# RSA key and certificate.
#
# Configuration template must exist in the same directory, with only missing part: certificates.
#
# (c) Dmytro Kovalov, 2015
# Modified by Juan Carrano, 2018
cd $(dirname ${BASH_SOURCE[0]})