OpenVPN is a robust and highly flexible tunneling application that uses all of the encryption, authe

源代码在线查看: build-req-pass

软件大小: 501 K
上传用户: ahkid
关键词: application encryption tunneling flexible
下载地址: 免注册下载 普通下载 VIP

相关代码

				#!/bin/bash								#				# Like build-req, but protect your private key				# with a password.				#								if test $# -ne 1; then				    echo "usage: build-req-pass ";				    exit 1				fi                                                                             								if test $KEY_DIR; then				    cd $KEY_DIR && \				    openssl req -days 3650 -new -keyout $1.key -out $1.csr -config $KEY_CONFIG				else				    echo you must define KEY_DIR				fi							

相关资源