summaryrefslogtreecommitdiff
path: root/openvpn/easy-rsa/Windows/build-ca.bat
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2007-06-16 01:08:34 +0000
committerChristian Pointner <equinox@anytun.org>2007-06-16 01:08:34 +0000
commitbd379231f2d4b22b473fd7f428e518462fb7476a (patch)
tree7643fa58ffe7123cc08e7784f204efe9f5b5970e /openvpn/easy-rsa/Windows/build-ca.bat
parentremoved openvpn source files (diff)
added all the openvpn stuff
Diffstat (limited to 'openvpn/easy-rsa/Windows/build-ca.bat')
-rw-r--r--openvpn/easy-rsa/Windows/build-ca.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/openvpn/easy-rsa/Windows/build-ca.bat b/openvpn/easy-rsa/Windows/build-ca.bat
new file mode 100644
index 0000000..a3f234b
--- /dev/null
+++ b/openvpn/easy-rsa/Windows/build-ca.bat
@@ -0,0 +1,4 @@
+@echo off
+cd %HOME%
+rem build a cert authority valid for ten years, starting now
+openssl req -days 3650 -nodes -new -x509 -keyout %KEY_DIR%\ca.key -out %KEY_DIR%\ca.crt -config %KEY_CONFIG%