Create an identity to authenticate ADSS Server to the HSM and associate it with the application partition. The identity credentials are used for PKCS #11 login operations.
Excrypt Manager
Navigate to Identity Management
Go to the Identity Management section and select [ Add ].
Create the identity
Enter a name for the identity (e.g., adss_identity) and set a password.
Associate the identity with the application partition
Assign the identity to the ADSS_Signing application partition created in the previous step.
FXCLI
Create the identity and assign it to the partition
Run the following command to create the identity and assign it to the application partition:identity add --name adss_identity --role ADSS_Signing --password <password>
If the HSM is in FIPS mode, create a second identity and add it to the same application partition. Both identities are required for dual-login.
Record the identity name and password. You need these values when editing the Futurex PKCS #11 configuration file and when configuring the PKCS #11 crypto source in ADSS Server.