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!
Hi @tinyazuresquid,
The best way would be to use certbot. Depending on your Distro(Ubuntu/CentOS), you’ll need to use different commands:
Ubuntu:
- apt install certbot
CentOS
- yum install certbot
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
- sudo certbot certonly --apache
or
- sudo certbot certonly --nginx
If there isn’t anything installed on the server, run
- sudo certbot certonly --standalone
Hello there,
You can check our articles on how to secure your server with Let’s encrypt
and for Apache
Regards
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.