diff options
Diffstat (limited to 'Installer/makeMScert.sh')
-rwxr-xr-x | Installer/makeMScert.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Installer/makeMScert.sh b/Installer/makeMScert.sh new file mode 100755 index 0000000..daf8858 --- /dev/null +++ b/Installer/makeMScert.sh @@ -0,0 +1,7 @@ +#! /bin/sh + +# The Microsft signing keys were created using the Microsoft makecert and +//D/MSJAVASDK/Bin/makecert -nscp -r -n CN=GL4JInst205 GL4JInst205.cer -sv GL4JInst205.pvk +# (when prompted for a password, click "None") +//D/MSJAVASDK/Bin/cert2spc GL4JInst205.cer GL4JInst205.spc + |