Setting up Certbot
Unanswered
πππππ£πππ posted this in #help-forum
hello,
i'm trying to setup the certbot, and i having some troubles.
first of all, which webroot i need to specify if my website is in docker, and how can i add certificate to sites located on other ports (like 3000).
i'm trying to setup the certbot, and i having some troubles.
first of all, which webroot i need to specify if my website is in docker, and how can i add certificate to sites located on other ports (like 3000).
4 Replies
I don't have much idea about server, but I'll try to help
how're you deploying it on vps?
how're you deploying it on vps?
i'm currently have 2 sites hosted, one from docker-compose ( chibisafe ), and one from git, using pm2 for node.js, and this one is using react/next.js. Chibisafe is on port
80, node website on port 3000do you use nginx or apache?
To display those sites you should be using a web server right? Using apache / nginx would make the process the easiest.
Follow these steps and you should be good to go:
https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-20-04
Follow these steps and you should be good to go:
https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-20-04