Add scripts fom easy.rsa old layout.
This commit is contained in:
7
easy-rsa.OLD-LAYOUT/scripts/build-req-pass
Executable file
7
easy-rsa.OLD-LAYOUT/scripts/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