summaryrefslogtreecommitdiff
path: root/openvpn/easy-rsa/Windows/clean-all.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/clean-all.bat
parentremoved openvpn source files (diff)
added all the openvpn stuff
Diffstat (limited to 'openvpn/easy-rsa/Windows/clean-all.bat')
-rw-r--r--openvpn/easy-rsa/Windows/clean-all.bat13
1 files changed, 13 insertions, 0 deletions
diff --git a/openvpn/easy-rsa/Windows/clean-all.bat b/openvpn/easy-rsa/Windows/clean-all.bat
new file mode 100644
index 0000000..71cbf4d
--- /dev/null
+++ b/openvpn/easy-rsa/Windows/clean-all.bat
@@ -0,0 +1,13 @@
+@echo off
+rem move to the HOME directory specified in VARS script
+cd %HOME%
+rem set a temporary KEY_DIR variable
+set d=%KEY_DIR%
+rem delete the KEY_DIR and any subdirs quietly
+rmdir /s /q %d%
+rem make a new KEY_DIR
+mkdir %d%
+rem copy in a fesh index file so we begin with an empty database
+copy index.txt.start %d%\index.txt
+rem copy in a fresh serial file so we begin generating keys at index 01
+copy serial.start %d%\serial.