hancock.sign
来自「jbshortcourse」· SIGN 代码 · 共 20 行
SIGN
20 行
# 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=John Hancock
# 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. HANCOCK.SF and HANCOCK.DSA). This must be 8
# characters or less.
signature.file=hancock
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?