Abstract
license-creator creates licenses from the command line.
Usage
The license creator is called as follows:
java local.tomas.license.LicenseCreator [options] [attributes]
Options are as follows:
- -keystore keystore
- keystore file
- -storepass pass
- keystore password
- -alias alias
- alias of private key and certificate in keystore to be used for signing the license
- -keypass pass
- private key password
- -file filename
- name of license file to create
- -licensee name
- name of licensee
- -serial serial
- serial number
- -days days
- number of days the license will be valid starting today
The attributes are a whitespace separated list where each attribute definition has the form name=value.