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

# Make a certificate/private key pair using a locally generated
# root certificate.

export EASY_RSA="${EASY_RSA:-.}"
"$EASY_RSA/pkitool" --interact $*