mirror of
https://github.com/brunoos/luasec.git
synced 2024-11-08 06:28:26 +01:00
15 lines
303 B
Batchfile
15 lines
303 B
Batchfile
REM make sure the 'openssl.exe' commandline tool is in your path before starting!
|
|
REM set the path below;
|
|
set opensslpath=c:\program files (x86)\openssl-win32\bin
|
|
|
|
|
|
|
|
setlocal
|
|
set path=%opensslpath%;%path%
|
|
call roota.bat
|
|
call rootb.bat
|
|
call servera.bat
|
|
call serverb.bat
|
|
call clienta.bat
|
|
call clientb.bat
|