CVE-2024-3400: PAN-OS Command Injection Vulnerability in GlobalProtect Gateway. Learn More

CVE-2024-3400: PAN-OS Command Injection Vulnerability in GlobalProtect Gateway. Learn More

Services
Capture
Managed Detection & Response

Eliminate active threats with 24/7 threat detection, investigation, and response.

twi-managed-portal-color
Co-Managed SOC (SIEM)

Maximize your SIEM investment, stop alert fatigue, and enhance your team with hybrid security operations support.

twi-briefcase-color-svg
Advisory & Diagnostics

Advance your cybersecurity program and get expert guidance where you need it most.

tw-laptop-data
Penetration Testing

Test your physical locations and IT infrastructure to shore up weaknesses before exploitation.

twi-database-color-svg
Database Security

Prevent unauthorized access and exceed compliance requirements.

twi-email-color-svg
Email Security

Stop email threats others miss and secure your organization against the #1 ransomware attack vector.

tw-officer
Digital Forensics & Incident Response

Prepare for the inevitable with 24/7 global breach response in-region and available on-site.

tw-network
Firewall & Technology Management

Mitigate risk of a cyberattack with 24/7 incident and health monitoring and the latest threat intelligence.

Solutions
BY TOPIC
Offensive Security
Solutions to maximize your security ROI
Microsoft Exchange Server Attacks
Stay protected against emerging threats
Rapidly Secure New Environments
Security for rapid response situations
Securing the Cloud
Safely navigate and stay protected
Securing the IoT Landscape
Test, monitor and secure network objects
Why Trustwave
About Us
Awards and Accolades
Trustwave SpiderLabs Team
Trustwave Fusion Security Operations Platform
Trustwave Security Colony
Partners
Technology Alliance Partners
Key alliances who align and support our ecosystem of security offerings
Trustwave PartnerOne Program
Join forces with Trustwave to protect against the most advance cybersecurity threats
Loading...
Loading...

HOWTO: Updating Root Certificates for use by WebMarshal, SEG, and ECM

Expand / Collapse


This article applies to:

  • WebMarshal
  • Trustwave MailMarshal (SEG)
  • Trustwave ECM/MailMarshal Exchange

Question:

  • How do I ensure that required SSL CA root certificates are installed on a Windows server?

Background:

  • WebMarshal uses HTTPS to retrieve and inspect HTTPS website content. To verify the status of HTTPS certificates, WebMarshal processing nodes require locally installed copies of any CA (root) certificates used to sign the website certificates.
  • All of the named products use HTTPS to access product update websites. To verify the security of the update sites, these products require locally installed copies of the DigiCert CA (root) certificate.
    • Updates can be requested by the Array Manager and processing nodes.
  • With current versions of Windows Server, only a small set of CA (root) certificates is installed by default. The certificates required by these products may not be included.

Procedure:

To ensure that the latest root certificates are installed on a Windows server, use the following procedures.

  • Note: These instructions assume that the servers have access to the Internet and/or Windows Update. For information about how to update certificates on disconnected servers, see the Microsoft article Configure Trusted Roots and Disallowed Certificates.
  1. Create a folder location to hold downloaded files. This example uses C:\Certificates
  2. Open an elevated (Administrator) command prompt.
  3. Enter the following command to retrieve a listing of root certificates from Windows Update:

    certutil -GenerateSSTfromWU c:\Certificates\Rootcerts.sst
  4. Open an elevated (Administrator) Powershell prompt.
  5. Enter the following commands to import or update all root certificates:

    $file = ( Get-ChildItem -Path C:\Certificates\Rootcerts.sst )
    $file | Import-Certificate -CertStoreLocation Cert:\LocalMachine\Root
     
  6. The Powershell command result shows each certificate that is contained in the SST file. This list includes certificates that are already installed on the local machine.
    • You can also view the list of certificates in the Trusted Root Certification Authorities store by running the Windows CertLM utility, or the MMC Certificates snap-in for the local machine.

Notes:

  • The CA certificates for SEG and ECM updates change very rarely. However in mid-2023, DigiCert began using a new root certificate (DigiCert Global Root G2). For more details see information from DigiCert.
  • To ensure that WebMarshal is up to date with the latest CA certificates, you can script the certificate update to run once a week, using Windows Scheduled Tasks.
  • Advanced users can choose which root certificates they wish to add. For basic information about this process, see the Microsoft article linked above.
  • Certutil also provides a method to import certificates. However, this method does not correctly import all certificates from the SST files. Trustwave strongly recommends the use of Powershell to import certificates.

To contact Trustwave about this article or to request support:


Rate this Article:
     

Related Articles



Add Your Comments


Comment submission is disabled for anonymous users.
Please send feedback to Trustwave Technical Support or the Webmaster
.