This section offers a quick reference to key prerequisites and high-level implementation steps. For basic testing procedures for the integration, see Validate and test.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.
Pre-implementation
- Install dependencies:
- OpenSC (from source or with package manager under
opensc). - BIND (from source, v9.20 or newer).
- OpenSC (from source or with package manager under
- Check OpenSSL version (v3.0 or newer).
- Admin privileges on CryptoHub.
Implementation
- Deploy the BIND service on CryptoHub.
- Deploy client endpoint:
- (Optional) Change the PIN/password for the endpoint.
- Configure the roles and identities that should have access to this service.
- (Optional) Add additional resources.
- Install and configure the FXPKCS11 configuration file.
- Install and configure pkcs11-provider.
Post-implementation
- Generate keys with OpenSC.
- Convert CryptoHub stored keys to be compatible with the BIND interface.
- Sign the zone with the BIND9-compatible keys.

