Hello.
I have installed Web Call Server droplet, but I can not find a way to configure access to it via HTTPS. Can you tell me how to do this?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hello there,
You can check our articles on how to secure your server with Let’s encrypt
https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-20-04
and for Apache
https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-20-04
Regards
Hi @tinyazuresquid,
The best way would be to use certbot. Depending on your Distro(Ubuntu/CentOS), you’ll need to use different commands:
Ubuntu:
CentOS
Afterthat you can run the certbot command and follow the steps to generate a new SSL.
If there is a web server on the same server run
or
If there isn’t anything installed on the server, run