Drop Dead Simple: One-Clause Handling of NGINX + Certbot + HTTP Basic Auth!
This is a quick tutorial on setting up NGINX with Certbot when you're using HTTP Basic Authentication. HBA is what you see if you set parameters like this in a location: auth_basic "some arbitrary name"; auth_basic_user_file /etc/nginx/path/to/my/password/file; If you do this, you'll see a prompt like this if you visit the site: You can use httpasswd (an Apache tool - it's in apache2-tools on Debian) to cr...
Read More