[Solved] Let's Encrypt not working on latest?

Followed the configuration here perfectly:

http://docs.drone.io/configure-lets-encrypt/

It looks like drone is making the /var/lib/drone/golang-autocert directory but it’s empty.

Running drone:latest (0.8.5) that includes the “migrate to http-01 challenge” pull request (https://github.com/drone/drone/pull/2301).

Not seeing anything in the docker-compose logs that have to do with Let’s Encrypt. Anyone else running into this issue? Would really like to get SSL up on my drone server. Thanks!

Edit: I’m an idiot. Solved the problem. I’m using AWS Lightsail and forgot to open up port 443 on the firewall in the control panel. Feel free to delete this lol.