The information in this article applies to:
SUMMARYWhen creating a test certificate using makecert, cert2spc, and signcode to sign a .cab file, it is not always obvious why the client machine running Internet Explorer 3.0 or Internet Explorer 4.0 ignores the signed .cab file. The answer is to use "setreg 1 true" with SDK for Java 2.0 or later. This will force the client machine to treat the root authority as trusted and therefore allow signed cabfiles, which are signed with test certificates. MORE INFORMATION
Setreg.exe is a utility program provided with the SDK for Java 2.0 and
later. You will find it in the bin/packsign folder. The root authority
(test root) may be set back to untrusted by running "setreg 1 false."
REFERENCESFor more information on the setreg tool, or other tools mentioned in this article, please browse the SDK for Java documentation at the following Web site: http://www.microsoft.com/java/sdk/For additional information, please see the following article in the Microsoft Knowledge Base: Q177179 INFO: IE Does Not Display Signed CAB File CertificateFor the latest Knowledge Base articles and other support information on Visual J++ and the SDK for Java, please see the following pages on the Microsoft Technical Support site: http://support.microsoft.com/support/visualj/ Additional query words: test certificate
Keywords : kbSDKJava300 kbSDKJava310 JVM kbSDKJava320 |
Last Reviewed: November 16, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |