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

# Before you start

> Pre-deployment checklist verifying environment compatibility and prerequisites for Oracle TDE.

Verify your environment meets these requirements.

## Supported hardware

* CryptoHub, `7.0.3.x` or later.

## Supported operating systems

* Linux Server (Rocky Linux 8 for this example – GUI not required):

[**https://rockylinux.org/download/**](https://rockylinux.org/download/)

* Windows 10 or later

## Required access

* An account on the CryptoHub with administrator privileges to deploy new services.
* Local administrator access on the computer where Oracle Database is installed.

## Network and firewall

* Allow outbound TCP port**2001** (default Host API port) from the computer running Oracle Database to the CryptoHub, specified by FQDN (for example, `cryptohub.example.com`) or CIDR (for example, `10.0.0.0/24`).

<Warning>
  TLS inspection or SSL proxies can break mutual TLS handshakes. Exempt the CryptoHub FQDN(s) from inspection. Configure the CryptoHub with a FQDN so the exemption applies.
</Warning>

## Other

* Oracle Database
  * Installation Guide for Oracle Database:

[**https://docs.oracle.com/en/database/oracle/oracle-database/index.html**](https://docs.oracle.com/en/database/oracle/oracle-database/index.html)

* Oracle Guide to securing data with Oracle TDE (General concepts – how to enable TDE):

[**https://docs.oracle.com/en/database/oracle/oracle-database/21/asoag/introduction-to-transparent-data-encryption.html**](https://docs.oracle.com/en/database/oracle/oracle-database/21/asoag/introduction-to-transparent-data-encryption.html)

* Oracle Guide to use HSM with TDE:

[Oracle TDE documentation](https://docs.oracle.com/en/database/oracle/oracle-database/21/asoag/introduction-to-transparent-data-encryption.html#GUID-C7989D41-F54B-4A48-ADE7-19175E88889C)

<Note>
  This guide assumes that you are running the server, have root permissions, and have already installed the Oracle database with the necessary configurations to support TDE.
</Note>
