I can not renew my certificate

Please fill out the fields below so we can help you better.

My domain is: todaatual.com

I ran this command: sudo certbot-auto renew

It produced this output: sudo: certbot-auto: command not found

My web server is (include version): DigitalOcean

The operating system my web server runs on is (include version): ubuntu 16.04

My hosting provider, if applicable, is:

I can login to a root shell on my machine (yes or no, or I don’t know):

I’m using a control panel to manage my site (no, or provide the name and version of the control panel):

Hi @Fernando,

Usually you have to specify the directory where certbot-auto is located. If you cd into a particular directory first, you probably want sudo ./certbot-auto renew to indicate the current working directory. Otherwise, you should put the directory path to certbot-auto (wherever you downloaded it when you first obtained it) before certbot-auto in your command.

A post was split to a new topic: Failed to establish a new connection: [Errno 101] Network is unreachable

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.