Securing Web2py with Let’s Encrypt / Certbot

In case anybody wondering the same question about using certbot/let’s encrypt and web2py: how do you serve the .well-known folder for certification, when all the request goes to wsgi handler? 1. use `–standalone` as David advised. But you have to stop the web server every time you renew. 2. instead, you can use the standard […]