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.
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
Want to learn more? Join the DigitalOcean Community!
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Sign up now