home *** CD-ROM | disk | FTP | other *** search
/ Magazyn WWW 2000 June / www-06-2000.iso / java / signDir.txt < prev   
Text File  |  2000-03-16  |  1KB  |  41 lines

  1.  
  2. #
  3. # JAR signing directive. This is the directive file used by javakey to 
  4. # sign a JAR file.
  5. #
  6.  
  7. # Which signer to use. This signer must be in the database.
  8.  
  9. signer=WWW
  10.  
  11.  
  12. # Certificate number to use for this signer. This determines which
  13. # certificate will be included in the PKCS#7 block. This is mandatory
  14. # and is 1-based. Its value should be the number that javakey
  15. # previously assigned to the signer's certificate when it generated it 
  16. # (or imported it). You can see which numbers javakey assigns 
  17. # to certificates by viewing the output of the 
  18. # -ld or -li javakey option. 
  19.  
  20. cert=1
  21.  
  22.  
  23. # Certificate chain depth of a chain of certificates to include. This is
  24. # currently not supported.
  25.  
  26. chain=0
  27.  
  28. # The name to give to the generated signature file and associated signature
  29. # block. This must be 8 characters or less.
  30. # The generated signature file and associated signature block will have 
  31. # this name, with the .SF and .DSA extensions, respectively.
  32. # In this example, the files will be DUKESIGN.SF and DUKESIGN.DSA.
  33.  
  34. signature.file=WWWSign
  35.  
  36.  
  37. # (Optional) The name to give to the signed JAR file.
  38.  
  39. out.file=ExampleSigned.jar
  40.  
  41.