Description of the Parameters of the Rdp Section of Configuration File
SignRdpFile — enable RDP file signature
Certificate — certificate thumbprint or path to the certificate itself
Password — certificate password. Should be specified if Certificate is a path to the certificate itself
After editing the configuration file restart the Core component.
Windows
Restart IIS.
Linux
Go to the folder /etc/indeed/indeed-pam:
cd /etc/indeed/indeed-pam
Restart the Indeed Identity PAM Core component:
sudo docker compose -f docker-compose.management-server.yml up -d core --force-recreate
or
sudo docker-compose -f docker-compose.management-server.yml up -d core --force-recreate
Certificate Setup
To enable RDP file signing, you need a certificate issued by a certification authority.
All actions described below take place on a management server with the Core component installed.
Windows with Fingerprint
Add the certificate to your computer's personal storage.
Open certificate menu, select All Tasks → Manage Private Keys....
Click Add..., in the window that opens, click Locations..., select local computer → OK.
In the Enter the object names to select field enter IIS_IUSRS → OK.
Edit the configuration file by specifying the certificate thumbprint without a password.
Linux with Key Importing in PFX Format
Import a certificate in PFX format with a private key and password in the folder: /etc/indeed/indeed-pam/keys/rdp-sign.pfx.
Edit the configuration file, specifying the path to the certificate and the password.
To the following file /etc/indeed/indeed-pam/docker-compose.management-server.yml in the core - volumes section add the following line to organize certificate forwarding to the container: