blob: 785da63f873915e856fd8c674ef203c920f36e15 (
plain)
1
2
3
4
5
6
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
# (when prompted for a password, click "None")
//D/MSJAVASDK/Bin/cert2spc GL4JInst271.cer GL4JInst271.spc
|