Install SSL to Server IP Address

I could install this SSL to domains but I can’t install this SSL to this server IP address.
How or What kind of command should I run to install this SSL to the server IP Address (http://64.2xx.xx.xxx)?

1 Like

Let’s Encrypt can’t issue certificates for bare IP addresses (yet, anyway).

You need to point a domain name at your server.

2 Likes

You could create a self-signed cert for whatever name or IP you want.
It won’t be globally trusted, but it would do what you are asking.
For that you can probably use OpenSSL.

do you expect other people to connect to your IP?

with a self signed cert they only can if they add your root certificate (easy enough, but not easiest).

the simplest way of making your own ca is probably this:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.