Yes, Let’s Encrypt said that the certificate is completed
Your certificate (or certificates) for the names listed below will expire in 9 days (on 29 Nov 16 04:54 +0000). Please make sure to renew your certificate before then, or visitors to your website will encounter errors.
I tried to update the team
root@user:/var/discourse# rm -rf /var/discourse/shared/standalone/ssl
root@user:/var/discourse# rm -rf /var/discourse/shared/standalone/letsencrypt
root@user:/var/discourse# ./launcher rebuild app
I tried to update it with the command
But it didn’t help(
If you installed it by accident it may be safe to remove.
Looking again trough your pastebin:
Your SMTP user & password is there, please remove
You were setting Discourse to a higher port, so you were using nginx to host anything else right? So you shouldn’t remove the outside nginx
IF you are running a reverse proxy outside the docker container, you can’t use the Let’s Encrypt template inside the docker container. You must get SSL in another way.
@Falco I have been having issues with port 443 and Let’s Encrypt as well probably due to the fact that I unintentionally installed Discourse behind nginx following the instruction here.
Is there a way to safely reverse this process? Sorry I am not a professional programmer.