Skip to main content
athirat
Staff
Staff
May 30, 2022

Technical Tip: How to configure FortiGate to update the CRL list every 'x' minutes

  • May 30, 2022
  • 0 replies
  • 1918 views
Description

 

This article describes methods to control how often FortiGate checks for a updated CRL.

 

Scope

 

All FortiOS versions.

 

Solution

 

This can be configured per-crl as below.

 

# config vpn certificate crl
    edit {name}
        set update-interval <in seconds>    
    end
end