Initial commit
This commit is contained in:
7
ANW-URB/openvpn/easy-rsa/2.0/tmp/build-req
Executable file
7
ANW-URB/openvpn/easy-rsa/2.0/tmp/build-req
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Build a certificate signing request and private key. Use this
|
||||
# when your root certificate and key is not available locally.
|
||||
|
||||
export EASY_RSA="${EASY_RSA:-.}"
|
||||
"$EASY_RSA/pkitool" --interact --csr $*
|
Reference in New Issue
Block a user