How can setup the url of my control panel to be in https, instead of http?
I mean, today, I access it like this:
http://MY_IP:8083
I need it to be:
https://MY_IP:8083
How can setup the url of my control panel to be in https, instead of http?
I mean, today, I access it like this:
http://MY_IP:8083
I need it to be:
https://MY_IP:8083
You will need to have a domain which can be used on Lets encrypt.
It means I will no longer use IP:8083 but someDomain.com:8083?
I would like to use https://IP:8083 …
You can’t create SSL certificate for ip adress…
But https://ip:8083 should work fine with a self singed certifcate
HestiaCP uses Let’s Encrypt.
Let’s Encrypt does not issue cetificates for IP addresses.
But ZeroSSL does. You can install certificate from them manually, I guess.