campo-sirio/SSAservice/cert/buildcer.bat

4 lines
309 B
Batchfile

set path=C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin
del *.cer
makecert -n "CN=Guysoft Certificate Authority" -cy authority -a sha1 -sv "Guysoft.pvk" -r "Guysoft.cer"
makecert -n "CN=VisualGala.com" -ic "Guysoft.cer" -iv "Guysoft.pvk" -a sha1 -sky exchange -pe -sr localmachine -ss my "VisualGala.cer"