summaryrefslogtreecommitdiffstats
path: root/easy-rsa/2.0/build-req
blob: 26587d168b4a95dc3015daa7010ed21c3a5d6725 (plain)
1
2
3
4
5
6
7
#!/bin/bash

# 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 $*