@wakest tried letsencrypt using certbot?
@lunaterra yeah was just trying to figure it out for an hour cause I wanted to get my site off of github but gave up cause I didn't understand the errors I was getting.
@wakest ohhh on github. Yeah idk
@lunaterra no off github. github does it automatically. I moved my site off to Hostgator and then of course it didn't automatically move the already existing letsencrypt so I tried re adding it to the new hosting provider but it was giving me so many issues.
You dont have any rewriterules or proxying all traffic to .well-known to another server?
You can try DNS-validation instead.
@noorul @selea @lunaterra I tried that. I was getting errors I didn't understand on the local certbot about something in my .well-known folder being unexpected. I messed with it for a an hour and couln't figure it out.
I can recommend using acme.sh instead also, certbot likes to have alot of dependecies :)
Personally I like acme.sh better because it needs 0 deps (https://github.com/Neilpang/acme.sh) :)
@noorul @selea @lunaterra no I will check it out!
Install locally and issue cert. Move the cert to the server
@selea @lunaterra @wakest