summaryrefslogtreecommitdiff
path: root/easy-rsa/2.0/tmp/sign-req
blob: 6cae7b4e6d23f3edde527b1ec34c10898bac0873 (plain)
1
2
3
4
5
6
7
#!/bin/sh

# Sign a certificate signing request (a .csr file)
# with a local root certificate and key.

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