How do I enable/disable automatic updates of root CA certificates?
search cancel

How do I enable/disable automatic updates of root CA certificates?

book

Article ID: 166087

calendar_today

Updated On:

Products

Data Loss Prevention ProxySG Software - SGOS

Issue/Introduction

The ProxySG appliance by default automatically downloads and installs the latest root CA certificate package every seven days. One can disable automatic updates or modify the update interval as follows:
 

Disable Automatic Updates
 
Blue Coat ProxySG>en
Enable Password:
Blue Coat ProxySG#
Blue Coat ProxySG#config t
Blue Coat ProxySG#(config) security trust-package auto-update disable


 
Change the Update Interval
 
Blue Coat ProxySG>en
Enable Password:
Blue Coat ProxySG#
Blue Coat ProxySG#config t
Blue Coat ProxySG#(config) security trust-package auto-update interval <days>

where <days> is the number of days between updates. This value can be from 1 to 30 inclusive.

For example, to set the auto-update interval to 10 days, enter the following command:
Blue Coat ProxySG#(config) security trust-package auto-update interval 10


Enable automatic updates

Blue Coat ProxySG>en
Enable Password:
Blue Coat ProxySG#
Blue Coat ProxySG#config t
Blue Coat ProxySG#(config) security trust-package auto-update enable

Please note: If the automatic update interval was previously modified, the settings will be preserved.