Install CTE-U Dependencies
The following dependencies must be installed for CTE-U. If you are installing CTE-U externally to a FreeBSD jail, complete the following steps to install the CTE-U dependency packages:
- 
Update and upgrade the packages, type: pkg update && pkg upgrade 
- 
Install bash and create a link for it, type: pkg install bash && ln -s /usr/local/bin/bash /bin/bash 
- 
Install the dependency packages, type: pkg install pidof nghttp2 libidn2 
Note
If you are going to install CTE-U inside of a FreeBSD jail, then prior to installing CTE-U in FreeBSD, log into your FreeBSD jail and install these packages inside the jail, using the same commands.
Install CTE-U Packages
Note
CipherTrust Transparent Encryption only supports FreeBSD v13.1.
After creating your FeeBSD jail, you can install CTE-U into the jail.
- 
Install the CTE-U package, type: pkg install cte-fuse- . .pkg Example pkg install cte-fuse-10.2.0.9327.pkg 
Configuration Known Issue
For > 100 GuardPoints, Thales recommends that you add the following entry to the /boot/loader.conf file to increase the shm space, type:
    kern.ipc.shmmni="1024"