Add scripts fom easy.rsa old layout.
This commit is contained in:
7
easy-rsa.OLD-LAYOUT/scripts/build-key-pass
Executable file
7
easy-rsa.OLD-LAYOUT/scripts/build-key-pass
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Similar to build-key, but protect the private key
|
||||
# with a password.
|
||||
|
||||
export EASY_RSA="${EASY_RSA:-.}"
|
||||
"$EASY_RSA/pkitool" --interact --pass $*
|
Reference in New Issue
Block a user