0 votes
75 views
in Control panels by
What steps must be taken in order to renew the AutoSSL certificate for a single cPanel account using the command in cPanel? How can the successful renewal of the certificate be verified?

1 Answer

0 votes
by

To renew the AutoSSL certificate for a single cPanel account using the command in cPanel, follow these steps:

  1. Log in to the server via SSH as the root user.
     
  2. Run the AutoSSL renewal script for the specific cPanel user by using the following command: /usr/local/cpanel/bin/autossl_check --user=[username]
     
  3. Wait for the AutoSSL renewal process to complete.
     
  4. Verify the successful renewal of the SSL certificates by checking the expiration dates of the certificates in the cPanel interface or by running the following command: /usr/local/cpanel/bin/autossl_check --user=[username]

Note: Replace [username] with the actual cPanel user whose SSL certificates you want to renew.

...