Due to the change in no longer TLS-SNI-01 I followed the instructions (How to stop using TLS-SNI-01 with Certbot) and failed on the dry run. The problem was that it couldn’t bind to port 80. It seems that apache was using port 80 already.
I ended up just stopping apache and changing it to listen on port 8000. I only had it setup for some other verification calls. My question (and I understand this may not strictly be a LE question) is; Did I not setup apache right or if I wanted to leave it listening on port 80 would I have to instead use the DNS-01 challenge instead of the http-01? Is there a benefit to using one over the other, or conversely any drawbacks?
This is on an Ubuntu (16.04) using certbot. I am still fairly green on most of this so I just wanted to make sure I had a my bases covered.
Thanks