]> jfr.im git - z_archive/vpsm.git/blob - devtemp/certs/build-key-pkcs12
Adding start of SSL-certificate-stuff. easy-rsa
[z_archive/vpsm.git] / devtemp / certs / build-key-pkcs12
1 #!/bin/sh
2
3 # Make a certificate/private key pair using a locally generated
4 # root certificate and convert it to a PKCS #12 file including the
5 # the CA certificate as well.
6
7 export EASY_RSA="${EASY_RSA:-.}"
8 "$EASY_RSA/pkitool" --interact --pkcs12 $*