X-Git-Url: https://robinkrens.nl/gitweb/?p=x509-shell-scripts;a=blobdiff_plain;f=outputPKCS12.sh;fp=outputPKCS12.sh;h=0000000000000000000000000000000000000000;hp=74a249bcc365e6a2fa43de75e5830171073fea7c;hb=e04860b438ee646fedbaa035dbc82e2642855710;hpb=43e9f0ef06471c389dc706d9ecbcb18a40d3c8b1 diff --git a/outputPKCS12.sh b/outputPKCS12.sh deleted file mode 100755 index 74a249b..0000000 --- a/outputPKCS12.sh +++ /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