• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Solved Can you access the sinusbot web files?

Sorienrot

Active Member
I ask this because I have created a subdomain to avoid using the port in the url. I have done all this from Apache with an alias and dns registration.

Subdomain: sinusbot.xxxxx.es >>> xxxx.es:8087

The problem arises is that I want to use the https and to create the certificate I need to put a file on the web to confirm it.

https://i.imgur.com/x0ESqiX.png
 

Sorienrot

Active Member
That already works for me, but the problem is to create the letsencrypt certificate, I need to validate it with a file via web.

VexVjAp[1].png
 

Multivitamin

Well-Known Member
Tier III
is awesome!
V.I.P.
is uber awesome!
Contributor
Insider
For this you can use certbot with the standalone flag (on linux), its also capable of detecting on what domain names your webserver is listening to if properly configured and creating certs without actually needing to run apache
 

Sorienrot

Active Member
For this you can use certbot with the standalone flag (on linux), its also capable of detecting on what domain names your webserver is listening to if properly configured and creating certs without actually needing to run apache

Thank you very much for the help.

I already managed to do it with this command

certonly --standalone --preferred-challenges http -d sub.domain.com
(The apache server must be stopped temporarily. "Service apache2 restart")

The best around here in case someone has the same problem.
 
Top