Initial commit
This commit is contained in:
7
ANW-URB/openvpn/easy-rsa/2.0/build-req-pass
Executable file
7
ANW-URB/openvpn/easy-rsa/2.0/build-req-pass
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Like build-req, but protect your private key
|
||||
# with a password.
|
||||
|
||||
export EASY_RSA="${EASY_RSA:-.}"
|
||||
"$EASY_RSA/pkitool" --interact --csr --pass $*
|
Reference in New Issue
Block a user