I'm trying to do the authentication process for letsencrypt.
It told me to put a file in my folder:
https://renewrocktown.com/.well-known/acme-challenge/
with a value.
When the file is downloaded via my browser, it shows up correctly. When it's downloaded with the certbot script, or with wget, it shows a 403.
Apparently the host is restricting crawling. This makes sense.
Is there any way around that?
I realize if I purchase premium, I can get 'letsencrypt' in a much easier way... but I'm not sure I'm ready for that yet...
Thanks!