Add scripts fom easy.rsa old layout.

This commit is contained in:
2019-08-18 11:41:52 +02:00
parent 840e1cf9dc
commit ecdb3eb966
16 changed files with 615 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/bin/sh
# Make a certificate/private key pair using a locally generated
# root certificate and convert it to a PKCS #12 file including the
# the CA certificate as well.
export EASY_RSA="${EASY_RSA:-.}"
"$EASY_RSA/pkitool" --interact --pkcs12 $*