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

# Validate and test

> Instructions to validate and test the integration between Curity Identity Server and CryptoHub.

This section explains how to validate that Curity Identity Server is successfully integrated with CryptoHub.

## Test the connection

To test this, open a connection to the node with a browser or `openssl` by running the following command:

```bash expandable lines wrap title="Bash" theme={null}
echo | \
openssl s_client -connect localhost:8443 -showcerts | \
openssl x509 -inform pem -noout -text
```

<Check>
  This should output info about the certificate that is stored on the CryptoHub, including a line like this: `depth=0 CN = Demo_1`.
</Check>
