2 REM -------- Make sure Certmgr.exe and makecert.exe is in your path --------
3 @echo Cleaning up certs from previous runs
4 certmgr.exe -del -r LocalMachine -s My -c -n ServiceModelSamples-HTTPS-Server
5 makecert.exe -sr LocalMachine -ss My -n CN=ServiceModelSamples-HTTPS-Server -sky exchange -sk ServiceModelSamples-HTTPS-Key