Administration panel whitout ssl certificate

Reported by: Matteo
Created: 1 month 18 days ago
Last reply: 14 days ago
Views: 60

Hi,

I am trying Tinycp, but administration panel does not have a ssl certificate for this ip. I search in cp but I cannot find possibility to obtain a self certificate for admin zone. Could you suggest a solution? Is it possible to use a domain for cp? Thank in advanced. Matteo

I would try from your ssh using terminal. Give your hostname a certificate directly? 

certbot certonly --authenticator standalone -d testdomain.com -d www.testdomain.com --pre-hook "systemctl stop apache2" --post-hook "systemctl start apache2"

No guarantees but there are more methods  https://www.bennetrichter.de/en/tutorials/lets-encrypt-linux/ I got the above from there it is method 2.

Join our Discord server
Write a reply Edit a reply