Fri, October 2, 2020
4 min read
The error was: NoInstallationError("Could not find a usable 'nginx' binary. Ensure nginx exists, the binary is executable, and your PATH is set correctly.",) の解決方法
#certbot#nginx#cron#troubleshooting
crontab の PATH に /usr/sbin を追加して certbot renew --nginx の NoInstallationError を解消した記録です。
read more →