:rootKeyGroup:This is an HSM specific parameter that corresponds to key name spacing for the root key. It is ignored if the certificateType value is ROOT_CA. See Utimaco documentation for more details.
:subject:X500Name formatted string to be used as the certificate public key subject.
:validDays:Days number for certificate validity.
:crlDistributionUrl:Url to the certificate revocation list of this certificate. If not defined the CRL information will not be added to the certificate.
:crlIssuer:X500 name of the certificate revocation list issuer - e.g. "L=London, C=GB, OU=Org Unit, CN=Service Name". If the crlDistributionUrl configuration option is specified but this parameter is not, then the certificate issuing authority is considered to be the CRL issuer for this certificate.
:keyCurve:Key algorithm curve type. See Utimaco supported values. "NIST-P256" has been used for experiments.
:keyExport:Enables key exporting. 1 for allow, 0 for deny.
:keyGenMechanism:HSM key generation process specific options. In the experiments the integer value being the logic OR of the two following (MECH_KEYGEN_UNCOMP = 4 or MECH_RND_REAL = 0) has been used. See Utimaco documentation for more details.
:keyOverride:Whether to override the key if already exists or not. 1 for override and 0 for NOT override.
:keySpecifier:This is an HSM specific parameter that corresponds to key name spacing. See Utimaco documentation for more details.
:authToken:Depending on the authMode it is either user's password or path to the authentication key file. In case of the CARD_READER authMode value, this can be omitted.