Gosh ....
I use WinSCP to browse files.
I took a snapshot (image) of the directory.
It is attached.
The LetsEncrypt renew script;
letsencrypt-renew
Has the contents;
#!/bin/bash
/usr/bin/certbot renew >> /var/log/le-renew.log
service nginx reload
But there is no le-renew.log in the /var/log directory.
Would it make sense to manually run;
/usr/bin/certbot renew >> /var/log/le-renew.log
service nginx reload
???
Thanks so much,
xrack