Hi guys,
I'm quite new to linux
I set up a big blue button server on Ubuntu 16.04 for my company some time a go and used
this tutorial for reference. Also set up the crontab file the way I'm supposed to be, but unfortunately it doesn't renew it every week as supposed to to. There wasn't even a log file created.
Now I have the problem that the SSL certificate expired and as a consequence the website isn't working anymore. First, I tried to renew it by using "
certbot certonly --force-renew --cert-name example.com" (surely with my domain name in it instead of
example.com), but that didn't work either.
Also I tried to delete all certificates and create a new one from scratch.
Result of all trying is this error:
I already checked some stuff from other people who obviously had the same issue (as in e.g.
here), but nothing works for me.
What I don't get at all (additionally to the rest of that stuff
I put an html-file in the .well-known/acme-challenge folder and I can access it, also I put in a dummychallengefile into the folder and I can't access it?!? It returns a 404 error.
I'm really helpful and we need that server quite a lot, so I'd appreciate some help.
Thx in advance