www.pudn.com > ejbca_3_5_3(1).zip > batchtool.properties


# Property file used to configure the batch tool for generating
# keystores. This file should be in either current directory or bin/
# subdirectory or in your home directory if personlized settings is
# required. If no property file is found,default values will be used.

# Indicates which type of keys should be generated by the batch tool
# Examples: RSA or ECDSA
#
# Default: RSA
#keys.alg=RSA

# Indicates which keysize of the RSA keys that should be used or curve if ECDSA
# Examples: 1024 for RSA or prime192v1 for ECDSA
#
# Default: 1024
#keys.spec=1024