This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# OpenVPN Client Key Generation Script | |
# | |
# Author: rtfpessoa | |
# Date: 03-09-2016 | |
# | |
# Based on the guide: | |
# * https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-16-04 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
####################################################################### | |
# | |
# Joaquín de la Zerda <[email protected]> | |
# Zabbix Custom alertscripts: Open Redmine issue | |
# 20160402 | |
# | |
####################################################################### |
NewerOlder