Updated at July 17, 2026 02:08 PM
Integrity check
TCM supports the integrity check mechanism. The integrity check mechanism in TCM verifies the digital signature of centralized configuration files. It ensures that TCM only applies configurations that are signed with a trusted private key.
This mechanism allows TCM to:
- Update the configuration with integrity check support
- Detect unauthorized changes in centralized configuration
Parameter | Description | Type | Default |
|---|---|---|---|
Enables signature validation |
|
| |
Path to the private key for signing configuration |
|
|
Integrity check can be enabled directly in the TCM configuration file:
# tcm.yamlsecurity:integrity-check: truesignature-private-key-file: /etc/tcm/private_key.pem