GenerateKeystoreSysAction
The System Action designed to generate a keystore for use in the DirX Access application.
New password
The password of the new keystore to be generated. The password is generated in case not set.
Keystore entries
The entries referencing the new cryptographic material of the new keystore to be generated.
Type (required)
Type of the crypto material.
-
Allowed Values:
-
VERIFICATION_CERTIFICATE -
ENCRYPTION_CERTIFICATE -
CERTIFICATE -
SIGNING_KEY_PAIR -
DECRYPTION_KEY_PAIR -
KEY_PAIR
-
Paired alias
An alias referencing to a crypto entry that is a counterpart to given entry (if any). E.g., alias of a certificate entry to a private key entry described by given alias.
Certificate subject domain name
The X509 certificate subject domain name ('X500Principal') of the new X509 certificate of the new key-pair.
Certificate key usage
The key usage extension of the X509 certificate request, represented as
a bit string according the RFC5280. (digitalSignature,
nonRepudiation, keyEncipherment, dataEncipherment, keyAgreement,
keyCertSign, cRLSign, encipherOnly, decipherOnly)
Certificate extended key usage
The set of OIDs to represent the extended key usage extensions of the X509 certificate request.
Certificate rfc822 items
The set of rfc822 items for the subjectAlternativeName extension of
the new X509 certificate of the new key-pair.
Certificate dNSName items
The set of dNSName items for the subjectAlternativeName extension of
the new X509 certificate of the new key-pair.