The ccs-check Script

Valid for versions 82 through the latest version

Version:

82


Last modified: January 4, 2022

Overview

The /usr/local/cpanel/scripts/ccs-check script lets the Calendar and Contacts Server (CCS) plugin run using your server’s SSL certificate. The script copies the server’s SSL certificate data to the /opt/cpanel-ccs/conf CCS directory and allows the server to read that directory.

Run the script

To run this script on the command line, use the following format:

/usr/local/cpanel/scripts/ccs-check --run --ssl [options]

Options

Use the following options with this script:

Options Description Example
--run Required.
Run the script.
--run
--ssl Required.
Copy the SSL certificate data into the /opt/cpanel-ccs/conf CCS directory.
--ssl
--force Copy the SSL certificate data into into the /opt/cpanel-ccs/conf CCS directory. The script will not check if CCS is already installed on the server. --force
--norestart Update the SSL certificate information without performing a CCS restart. --norestart
--help Display the script’s help documentation. --help

Additional Documentation