rem Netscape 8 no longer uses this proprietary scheme, in fact Netscape itself is defunct.
rem This is mainly of historical interest.
rem
rem create a new temporary Netscape Java-jar signing certificate
rem and install it in Netscape.

rem Watch out. Options are case-sensitive
rem -d directory where Netscape stores your certificates
rem -G nickname of your new certificate
rem Signtool will prompt for certificate details.
rem No punctuation other than ' is allowed, e.g.
rem certificate common name: Test jar signing certificate
rem organization: Canadian Mind Products
rem organization unit: head office
rem state or province: British Columbia
rem country (must be exactly 2 characters): CA
rem username: roedy
rem email address: someone@somedomain.com
rem Password or Pin for "Communicator Certificate DB": sesame
rem You can later view the cert in Netscape/security/yours/view

signtool -d"D:\program files\Netscape\Users\roedy" -G"CMP temp"

rem display installed certificates
signtool -d"D:\program files\Netscape\Users\roedy" -l
rem -30-