OpenVPN一键搭建脚本OpenVPN
0x01 install.sh#!/bin/bash## https://github.com/hwdsl2/openvpn-install## Based on the work of Nyr and contributors at:# https://github.com/Nyr/openvpn-install## Copyright ...
OpenVPN设置账号密码登陆OpenVPN
配置OpenVPN#!/bin/sh############################################################ checkpsw.sh (C) 2004 Mathias Sundman ## This script will authenticate OpenVPN users against# a ...
OpenVPN客户端证书合并到配置文件中OpenVPN
1.编辑client.ovpn客户端配置文件:2.删除在这里我把它们注释掉:ca ca.crt 改为:#ca ca.crtcert client.crt 改为:#cert client.crtkey client.key 改为:#key client.keytls-auth ta.key 1 改为:#tls-auth t...
