Configuration File Properties

Last update: 2023-10-02

Before you run the License Generator, specify values for the License Generator properties. The configuration file specifies the following properties. For property names that include n, n represents an integer starting with 1 and increasing for each instance of the property.

Property Description
licensegen.minClientVersion Set the minimum client version supported. If not set, by default all versions are supported. Set this value to control how older clients respond to license requirements that they do not support. Specify x (for Adobe Access x.0) where x is the major release number.
licensegen.keyServerCert Key Server Certificate (an Adobe-issued License Server certificate used by the Key Server). This certificate is used only if the metadata/policy indicates that a Key Server is required for key delivery to iOS devices.
licensegen.sign.certfile The PKCS12 file containing the License Server credentials for signing licenses. This property should refer to a .pfx file containing a certificate and private key.
licensegen.sign.certpass The password used to protect the file specified by licensegen.sign.certfile.
licensegen.domainca.n If generating domain-bound licenses, one or more Domain CA certificates must be specified to indicate the domain authorities trusted by this license issuer. If the license recipient is a domain certificate, which was not issued by one of the specified Domain CAs, a license cannot be generated. This property specifies a .cer file that contains the certificate only (either PEM or DER format is acceptable). n must be monotonically increasing, starting from 1.
licensegen.keys.asymmetric.licenseServerCredential.n

Optional PKCS12 file containing additional License Server credentials for decrypting the CEK in the metadata and policy. Additional credentials may be configured if content was previously packaged with a License Server certificate other than that specified by licensegen.sign.certfile. This property should refer to a .pfx file containing a certificate and private key. n must be monotonically increasing, starting from 1.

licensegen.keys.asymmetric.licenseServerCredential.n.password The password used to protect the file specified by:

licensegen.keys.asymmetric.licenseServerCredential.n

On this page