easy-rsa clean-all.bat files has failing linux commands

Support forum for Easy-RSA certificate management suite.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
donphillipe
OpenVpn Newbie
Posts: 3
Joined: Thu Oct 30, 2014 3:27 am

easy-rsa clean-all.bat files has failing linux commands

Post by donphillipe » Thu Oct 30, 2014 5:55 am

For example:

rmdir and mkdir are Linux commands, not dos batch commands

clean-all.bat:

@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.

User avatar
Traffic
OpenVPN Protagonist
Posts: 4066
Joined: Sat Aug 09, 2014 11:24 am

Re: easy-rsa clean-all.bat files has failing linux commands

Post by Traffic » Fri Oct 31, 2014 12:28 am

I recommend you try EasyRSA-rc2

Post Reply