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

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