]> jfr.im git - z_archive/vpsm.git/blame - devtemp/certs/build-req
Adding start of SSL-certificate-stuff. easy-rsa
[z_archive/vpsm.git] / devtemp / certs / build-req
CommitLineData
dd71f1b5
JR
1#!/bin/sh
2
3# Build a certificate signing request and private key. Use this
4# when your root certificate and key is not available locally.
5
6export EASY_RSA="${EASY_RSA:-.}"
7"$EASY_RSA/pkitool" --interact --csr $*