says its not running on this server but this server is running nginx, just it doesnt use the system one, uses another one installed by another sofware and its running in
/opt/aspera/shares/nginx
is there anyway i can make certbot use the software installed nginx version?
nginx:
Nginx Web Server plugin
--nginx-server-root NGINX_SERVER_ROOT
Nginx server root directory. (default: /etc/nginx or
/usr/local/etc/nginx)
--nginx-ctl NGINX_CTL
Path to the 'nginx' binary, used for 'configtest' and
retrieving nginx version number. (default: nginx)
tried to put the --nginx option either end of the nginx server root option and same reseult
when i put it at the end, get no error just syntax wrong
certbot certonly --nginx --nginx-server-root /opt/aspera/shares/etc/nginx -d domain.com
Saving debug log to /var/log/letsencrypt/letsencrypt.log
The nginx plugin is not working; there may be problems with your existing configuration.
The error was: NoInstallationError("Could not find a usable 'nginx' binary. Ensure nginx exists, the binary is executable, and your PATH is set correctly.")