#
# 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=Bela


# 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=BelaSig

