Report this

What is the reason for this report?

How to setup SSL

Posted on October 31, 2022

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.

Hi @tinyazuresquid,

The best way would be to use certbot. Depending on your Distro(Ubuntu/CentOS), you’ll need to use different commands:

Ubuntu:

  1. apt install certbot

CentOS

  1. 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

  1. sudo certbot certonly --apache

or

  1. sudo certbot certonly --nginx

If there isn’t anything installed on the server, run

  1. sudo certbot certonly --standalone

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Dark mode is coming soon.