diff options
author | Othmar Gsenger <otti@anytun.org> | 2007-12-03 09:42:38 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2007-12-03 09:42:38 +0000 |
commit | 58ff485edbe4bb93ebc922d14df24247846132b6 (patch) | |
tree | e98c6412b149024b38550bf7d5dd1ed95e251351 /ssltools/easy-rsa/2.0/build-key-pass | |
parent | fixed doxygen bug (diff) |
added ssl tools
Diffstat (limited to 'ssltools/easy-rsa/2.0/build-key-pass')
-rwxr-xr-x | ssltools/easy-rsa/2.0/build-key-pass | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ssltools/easy-rsa/2.0/build-key-pass b/ssltools/easy-rsa/2.0/build-key-pass new file mode 100755 index 0000000..35543e0 --- /dev/null +++ b/ssltools/easy-rsa/2.0/build-key-pass @@ -0,0 +1,7 @@ +#!/bin/bash + +# Similar to build-key, but protect the private key +# with a password. + +export EASY_RSA="${EASY_RSA:-.}" +"$EASY_RSA/pkitool" --interact --pass $* |