We log search terms to improve our documentation. For more information, read our Privacy Policy.

The process_ssl_reissue Script

Valid for versions 110 through the latest version

Version:

110

Last modified: 2026 July 8


Overview

The /usr/local/cpanel/bin/process_ssl_reissue script reissues short-term SSL certificates that your users purchase through the cPanel Store. The script scans all cPanel accounts for certificates that will expire within 10 days. It then initiates reissue requests for these certificates to the cPanel Store.

This script runs daily from your server’s cron between 2:00 and 5:00 AM local time. You can also run this script manually for testing or troubleshooting.

Run the script

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

/usr/local/cpanel/bin/process_ssl_reissue [options]

Options

Use the following options with this script:

Option Description Example
--user Process only a specific user instead of all users. --user example
--dry-run Run the scan, but do not reissue any certificates. --dry-run
--help Display the script’s help documentation. --help

Additional Documentation