Note: This version of the VDT (1.10.1) is supported, but is not our latest stable release. The current stable release is 2.0.0.

CA-Certificates-Updater

What is the vdt-update-certs script?

The vdt-update-certs script is designed to help keep your CA Certificates up to date. It runs out of cron, and will check for a new certificates package once per day.

Installing and using

This package will install as a dependency of the CA-Certificates package. At install time, a prompt will ask if you want to automatically update your certificates. After install, you can enable or disable the cron job with:

# Enable
vdt-control --enable vdt-update-certs
vdt-control --on vdt-update-certs

# Disable
vdt-control --off vdt-update-certs
vdt-control --disable vdt-update-certs