mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
4 lines
333 B
Batchfile
4 lines
333 B
Batchfile
:: File to generate a code signing certificate for LinkChecker
|
|
:: Needs makecert.exe and pkv2pfx.exe installed in the PATH
|
|
makecert -r -pe -n "CN=LinkChecker certificate" -b 01/01/2011 -e 01/01/2021 -eku 1.3.6.1.5.5.7.3.3 -sv linkchecker.pvk linkchecker.cer
|
|
pvk2pfx -pvk linkchecker.pvk -spc linkchecker.cer -pfx linkchecker.pfx
|