summaryrefslogtreecommitdiff
path: root/easy-rsa/2.0/build-key-pkcs12
diff options
context:
space:
mode:
Diffstat (limited to 'easy-rsa/2.0/build-key-pkcs12')
-rwxr-xr-xeasy-rsa/2.0/build-key-pkcs128
1 files changed, 8 insertions, 0 deletions
diff --git a/easy-rsa/2.0/build-key-pkcs12 b/easy-rsa/2.0/build-key-pkcs12
new file mode 100755
index 0000000..ba90e6a
--- /dev/null
+++ b/easy-rsa/2.0/build-key-pkcs12
@@ -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 $*