Let's Encrypt Certificates Do Not Renew #50

Closed
opened 2026-04-05 20:25:22 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @kpirnie on 9/5/2025

CloudPanel version(s) affected

6.0.8

Description

I have 6 sites on one of my servers, none of their Let's Encrypt certificates renew.

How to reproduce

  • Create 6 sites
  • Add the Lets Encrypt certs to them
  • Wait 90 days
    ?

I've then run the command: /usr/bin/clpctl lets-encrypt:renew:certificates

Possible Solution

No response

Additional Context

Error:

root@kcp-webserver:/etc/nginx# /usr/bin/clpctl lets-encrypt:renew:certificates
{"message":"Error thrown while running command \"'lets-encrypt:renew:certificates'\". Message: \"There are no commands defined in the \"lets-encrypt:renew\" namespace.\n\nDid you mean one of these?\n    lets-encrypt\n    lets-encrypt:install\"","context":{"exception":{"class":"Symfony\\Component\\Console\\Exception\\NamespaceNotFoundException","message":"There are no commands defined in the \"lets-encrypt:renew\" namespace.\n\nDid you mean one of these?\n    lets-encrypt\n    lets-encrypt:install","code":0,"file":"/home/clp/htdocs/app/files/vendor/symfony/console/Application.php:613"},"command":"'lets-encrypt:renew:certificates'","message":"There are no commands defined in the \"lets-encrypt:renew\" namespace.\n\nDid you mean one of these?\n    lets-encrypt\n    lets-encrypt:install"},"level":500,"level_name":"CRITICAL","channel":"console","datetime":"2025-09-05T12:55:12.141045+00:00","extra":{}}

                                                                        
  There are no commands defined in the "lets-encrypt:renew" namespace.  
                                                                        
  Did you mean one of these?                                            
      lets-encrypt                                                      
      lets-encrypt:install    
Image
*Originally created by @kpirnie on 9/5/2025* ### CloudPanel version(s) affected 6.0.8 ### Description I have 6 sites on one of my servers, none of their Let's Encrypt certificates renew. ### How to reproduce - Create 6 sites - Add the Lets Encrypt certs to them - Wait 90 days ? I've then run the command: `/usr/bin/clpctl lets-encrypt:renew:certificates` ### Possible Solution _No response_ ### Additional Context Error: ``` root@kcp-webserver:/etc/nginx# /usr/bin/clpctl lets-encrypt:renew:certificates {"message":"Error thrown while running command \"'lets-encrypt:renew:certificates'\". Message: \"There are no commands defined in the \"lets-encrypt:renew\" namespace.\n\nDid you mean one of these?\n lets-encrypt\n lets-encrypt:install\"","context":{"exception":{"class":"Symfony\\Component\\Console\\Exception\\NamespaceNotFoundException","message":"There are no commands defined in the \"lets-encrypt:renew\" namespace.\n\nDid you mean one of these?\n lets-encrypt\n lets-encrypt:install","code":0,"file":"/home/clp/htdocs/app/files/vendor/symfony/console/Application.php:613"},"command":"'lets-encrypt:renew:certificates'","message":"There are no commands defined in the \"lets-encrypt:renew\" namespace.\n\nDid you mean one of these?\n lets-encrypt\n lets-encrypt:install"},"level":500,"level_name":"CRITICAL","channel":"console","datetime":"2025-09-05T12:55:12.141045+00:00","extra":{}} There are no commands defined in the "lets-encrypt:renew" namespace. Did you mean one of these? lets-encrypt lets-encrypt:install ``` <img width="3269" height="565" alt="Image" src="https://github.com/user-attachments/assets/7943f32a-9177-471b-9281-1ca5b4bc6568" />
Sign in to join this conversation.