Skip to main content
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

1

Navigate to Identity Management

Go to the Identity Management section and select [ Add ].
2

Create the identity

Enter a name for the identity (e.g., adss_identity) and set a password.
3

Associate the identity with the application partition

Assign the identity to the ADSS_Signing application partition created in the previous step.

FXCLI

1

Create the identity and assign it to the partition

Run the following command to create the identity and assign it to the application partition:
FXCLI
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.