Hello,
i’m trying to make a certificate with certbot (letsencrypt) for my installation (manual) of rocketchat but i struggle.
My certificate need to be on a subdomain and i already have one certificate generated for another subdomain.
How can i generate my certificate to be able to connect to my rocket chat with the ios/android app.
Can someone help?
Thank you in advance.
PS: sorry if my english is bad i’m not an native speaker.
this is my error : http://xxx(dot)xxx(dot)com/.well-known/acme-challenge/GbuEciYf3HsvpG3R5IDyfM85iLbgk3Yq3BjJGk-pcIE:
"
404 Not Found
Not Found
<p"
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address.
the domain name is good, i really dont understand what i’m doing wrong.
I believe in conjunction you have to actually define a location in nginx/apache to handle the .well-known and proxy to certbot so it can serve up the challenge.
Thank you for the answer. Can you link me a good tutorial to setup the well-know for rocket chat with apache 2.4? All the tutorial i’m trying doesn’t work.