slightly more automated
[x509-shell-scripts] / outputPKCS12.sh
diff --git a/outputPKCS12.sh b/outputPKCS12.sh
deleted file mode 100755 (executable)
index 74a249b..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-cd /etc/strongswan/ipsec.d/
-openssl pkcs12 -export -inkey private/RobKey.pem \
-       -in certs/RobCert.pem -name "Rob's Certifcate" \
-       -certfile cacerts/strongswanCert.pem \
-       -caname "207.148.98.140" \
-       -out Rob.p12