net/certs/all.bat
Ryan b5d163f78c Doing tests...
Planning on adding threading support to modules. This will however require lanes to be on your system
2017-06-28 23:01:43 -04:00

15 lines
283 B
Batchfile

REM make sure the 'openssl.exe' commandline tool is in your path before starting!
REM set the path below;
set opensslpath=C:\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