Certbot is an awesome open-source tool designed to automate the process of enabling and renewing SSL/TLS certificates on your web servers. It's part of the Let's Encrypt project and supports various web servers including Nginx, Apache, and others. Certbot is primari...
Now let’s install Certbot, the free, open source tool for managing Let’s Encrypt certificates: sudo apt install software-properties-common sudo add-apt-repository universe sudo apt update sudo apt install certbot python3-certbot-nginx To obtain a certificate, you can now use the Nginx Certbot...
how to fix letsencrypt certbot by default looking into an Nginx configure path that differs from the default configure path of the Nginx installation
certbot 提示 nginx.conf 文件找不到。 # certbot --nginx Saving debug log to /var/log/letsencrypt/letsencrypt.log Error while running nginx -c /etc/nginx/nginx.conf -t. nginx: [emerg] open() "/etc/nginx/nginx.conf" failed (2: No such file or directory) nginx: configurati...