diff options
author | Sven Gothel <[email protected]> | 2001-12-11 07:38:23 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-12-11 07:38:23 +0000 |
commit | 10f15a12d51ef116c46140a45875c011d9c1dbd8 (patch) | |
tree | 32f65cb863a89b7cf96311cd91fa93e7abc1402a /Installer/makeMScert.sh | |
parent | 6abd5e8b0dd518a2438000126ca5886124986040 (diff) |
GL4Java 2.8.2.0rel-2-8-2-0-rc
kbr's jawt synamic loader
installer fixes
minor cleanups
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 785da63..1a46082 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=GL4JInst271 GL4JInst271.cer -sv GL4JInst271.pvk +/MSJVM/Bin/makecert -nscp -r -n CN=GL4JInst282 GL4JInst282.cer -sv GL4JInst282.pvk # (when prompted for a password, click "None") -//D/MSJAVASDK/Bin/cert2spc GL4JInst271.cer GL4JInst271.spc +/MSJVM/Bin/cert2spc GL4JInst282.cer GL4JInst282.spc |