> ## 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.

# Deploy client endpoint

> Create a client endpoint to generate the PKCS #11 connection credentials for ADSS Server.

*Create a client endpoint to generate connection credentials for the ADSS Server host. The endpoint package contains all files needed for PKCS #11 connectivity.*

<Steps>
  <Step title="Navigate to the deployed service">
    In the CryptoHub web interface, locate and select the ADSS Signing service you deployed.
  </Step>

  <Step title="Create a new client endpoint">
    Select the option to add a new client endpoint. Provide a descriptive name (e.g., `adss-server-host`).
  </Step>

  <Step title="Configure endpoint parameters">
    Set any endpoint-specific configuration options as required.
  </Step>

  <Step title="Download the endpoint package">
    Download the zip file. It contains the following connection credentials and libraries:

    | File                          | Description                                 |
    | ----------------------------- | ------------------------------------------- |
    | ca-chain.pem                  | CA certificate chain for TLS trust          |
    | client-cert.pem               | Signed client certificate                   |
    | client.p12                    | PKCS #12 bundle (certificate + private key) |
    | fxpkcs11.cfg                  | Pre-configured PKCS #11 configuration file  |
    | fxpkcs11.dll / libfxpkcs11.so | Futurex PKCS #11 library                    |
    | PKCS11Manager (.exe)          | PKCS #11 management utility                 |
    | configTest (.exe)             | Configuration test utility                  |

    <Note>
      The `fxpkcs11.cfg` file is pre-configured with the CryptoHub connection settings. You do not need to edit it manually unless your environment requires custom paths.
    </Note>
  </Step>
</Steps>
