Documentation Index
Fetch the complete documentation index at: https://docs.futurex.com/llms.txt
Use this file to discover all available pages before exploring further.
In this section, we will log in to CryptoHub, create an X.509 Certificate Container, generate a root CA, and issue a leaf certificate.
Log in to the CryptoHub web UI
Go to the hostname or IP address of the CryptoHub web UI in your browser.
Log in with your administrator users.
Create an X.509 Certificate Container
Go to PKI and CA > Certificate Management.
In the X.509 Certificate Container creation dialog, configure the following settings:
- Name: Windows Certificate Store
- Host: None
- Type: X.509
- Owner group: Select the Windows Certificate Store role created for the service
Generate a root CA certificate
Right-click the certificate container you created and select Add Certificate > New Certificate.
Configure the following Subject DN settings:
- Preset: Classic
- Common Name: Root
Configure the following Basic Info settings:
- Profile: Select Certificate Authority
Issue a leaf certificate
Right-click the Root CA certificate and select Add Certificate > New Certificate.
Configure the following Subject DN settings:
- Preset: Classic
- Common Name: Leaf
Configure the following Basic Info settings:
- Leave the fields set to the default values.
Configure the following V3 Extensions settings:
- Profile: Select TLS Client Certificate
Export the certificates
Right-click the Root CA certificate and select Export > Certificate(s).
Change Encoding to PEM and select [ Browse ].
Specify a filename for web transfer (e.g., leaf-cert.pem) and select [ OK ].
Select [ OK ] to initiate the export.
When prompted, save the certificate file.
Repeat steps 1-5 for the Leaf certificate.
Assign names to the private keys
Go to Key Management > Key Database.
Right-click the Leaf key pair in the Keys section and select Edit.
Under Key Settings, enter “Leaf” in the Name field and select [ OK ] to save.
Right-click the Root key pair in the Keys section and select Edit.
Under Key Settings, enter “Root” in the Name field and select [ OK ] to save.
Give the Windows Certificate Store role permissions to use the private keys
Go to Key Management > Key Database.
Right-click the Leaf key pair in the Keys section and select Permission.
Select Service - Windows Certificate Store in the dropdown menu and select [ Add ].
Grant the Use permission and select [ Save ].
Repeat steps 1-4 for the Root key pair.