diff options
author | Sven Gothel <[email protected]> | 2001-02-23 05:08:10 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-02-23 05:08:10 +0000 |
commit | 82cd20ed209f12e22e2f5a92719b3be2bb92d8ed (patch) | |
tree | 6db7f6e46a2195c49bd20e4c6b42c9b206a920fb /Installer/makeMScert.sh | |
parent | 70be669b0db3713117982dbeeadbb91ed670e901 (diff) |
Version 2.6.0.0
Diffstat (limited to 'Installer/makeMScert.sh')
-rwxr-xr-x | Installer/makeMScert.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Installer/makeMScert.sh b/Installer/makeMScert.sh index daf8858..e652f0b 100755 --- a/Installer/makeMScert.sh +++ b/Installer/makeMScert.sh @@ -1,7 +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 +//D/MSJAVASDK/Bin/makecert -nscp -r -n CN=GL4JInst206 GL4JInst206.cer -sv GL4JInst206.pvk # (when prompted for a password, click "None") -//D/MSJAVASDK/Bin/cert2spc GL4JInst205.cer GL4JInst205.spc +//D/MSJAVASDK/Bin/cert2spc GL4JInst206.cer GL4JInst206.spc |