This article applies to:
- Trustwave SEG 7.1 and above
- TLS validation of client certificates
Question:
- What Windows Certificate Stores does SEG TLS check?
- How can I adjust the list of Certificate Stores that MailMarshal uses to validate TLS client certificates?
Procedure:
When checking for certificate trust, SEG uses the Windows certificate stores for the Local Computer on each processing node.
By default, SEG checks the following Certificate Stores:
- Trusted Root Certification Authorities
- Trusted People
- Intermediate Certification Authorities
Note: You must ensure that any certificates to be trusted, or used in validating trust, are loaded in the appropriate store on each node.
- For Inbound TLS, see the Rule Condition Where the negotiated TLS parameters match criteria
- You can trust a self-signed certificate by placing it in the Trusted People store
- You can add certificates to the Root and Intermediate Certification Authorities stores, if necessary, to allow CA issued certificates to be validated.
The default setting is normally adequate and will not need change.
However, if you have specific local requirements, you can adjust the list of stores that MailMarshal uses with an Advanced Setting or Registry entry.
- Warning: The list you enter replaces the default list.
- If you want to add to the default list, you must include the default values as well as your additional values.
- Navigate to the setting location:
10.0 and above: In the Management Console, open Advanced Settings
8.X: On the SEG Array Manager server, run Regedit. Navigate to HKey_Local_Machine\Software\Trustwave\Secure Email Gateway\Default - For full details of the location for each version, see article Q10832.
- Add or edit the Multi-String value LocalSystemCertStores (for 10.0 and above use the menu selection"Multistring"; for 8.X use type REG_MULTI_SZ)
- In the data entry window, add a list of store names, one per line.
- The default list (if entered explicitly) would appear as shown below:
- To apply the change, commit configuration. Changes will apply to all nodes.
To revert to the default setting, delete the multi-string value LocalSystemCertStores (or delete all values so that it is completely empty).
You can verify that the setting is applied on each node by checking the Receiver (Inbound TLS) or Sender (Outbound TLS) text logs. When TLS is enabled for the service, and the above Registry key is in place, these logs will include a line similar to the following when configuration is reloaded:
TLS certificate store names configured in the registry. Using: Root, TrustedPeople, CA
Important Notes: