From: harada@chi.co.jp (Kenji Harada)
To: "'java-security@java.sun.com'" <java-security@web2.javasoft.com>
Subject: about javakey
Date: Mon, 11 Aug 1997 16:19:30 +0900
#
# 96/09/22 @(#)sigdir 1.1
#
#
# Jar signing directive. This is the directive file used by javakey to
# sign a jar file.
#
# Which signer to use. This must be in the system's database.
signer=duke
# Cert number to use for this signer. This determines which
# certificate will be included in the PKCS7 block. This is mandatory
# and is 1 based.
cert=1
# Cert chain depth of a chain of certificate to include. This is
# currently not supported.
chain=0
# The name to give to the signature file and associated signature
# block. (i.e. DUKESIGN.SF and DUKESIGN.DSA). This must be 8
# characters or less.
signature.file=dukeSig
Please tell me where "cert " in this Document has definened.,