My SSL certificate was working fine, but I think it has expired. Thus I tried renewing the certificate. From what I found, I think I needed to run ' letsencrypt-auto renew
'. However, I started getting an error:
letsencrypt-auto: command not found
I tried $ letsencrypt-auto renew
in also this two paths:
- $
find / -name letsencrypt-auto
/root/letsencrypt/letsencrypt-auto-source/letsencrypt-auto
/root/letsencrypt/letsencrypt-auto
I still get error: letsencrypt-auto: command not found
-
What am I doing wrong or missing?
P.S: I am using Nginx from Digital Ocean.
More details:
$ cd /root/letsencrypt/letsencrypt-auto-source
$ letsencrypt-auto renew
letsencrypt-auto: command not found
$ cd /root/letsencrypt
$ letsencrypt-auto renew
letsencrypt-auto: command not found