]> jfr.im git - z_archive/vpsm.git/blame - devtemp/certs/build-key-server
Adding start of SSL-certificate-stuff. easy-rsa
[z_archive/vpsm.git] / devtemp / certs / build-key-server
CommitLineData
dd71f1b5
JR
1#!/bin/sh
2
3# Make a certificate/private key pair using a locally generated
4# root certificate.
5#
6# Explicitly set nsCertType to server using the "server"
7# extension in the openssl.cnf file.
8
9export EASY_RSA="${EASY_RSA:-.}"
10"$EASY_RSA/pkitool" --interact --server $*