How to Inspect AutoSSL using Command Line

July 16, 2024 / SSL

In this guide, we have explained how to inspect AutoSSL using command line. There is a cPanel script that may check SSL status on the command line. Many users prefer to work on jobs using the command line because it can often speed them up.

This script is executed by cron every day. However, in the event that unanticipated issues need to be troubleshooted, running it manually can be helpful.

Follow steps:

  1. Enter the following into your server’s SSH login window to launch this script:
    /usr/local/cpanel/bin/autossl_check
  2. You can inspect SSL for a particular user using the –user option:
    /usr/local/cpanel/bin/autossl_check --user=username
  3. Similarly, you can inspect all domains in your cPanel configuration using the following command:
    /usr/local/cpanel/bin/autossl_check –all

This way, you can inspect AutoSSL using the command line. If you encounter any issues, please don’t hesitate to contact our support team.

For more control over AutoSSL settings, check out our guide on How to Enable/Disable AutoSSL for Specific users in WHM

Spread the love