On the https://freedom.mydomain.eu/plinth/sys/config/ page, I did setup : * hostname : freedom * domain name : freedom.mydomain.eu (bye the way, if found the explicative text "Domain name is the global name by which other devices on the Internet can reach your FreedomBox." clear and helpful, thank you!)
The domain name seems to be used "as-is" when setting up a Let's Encrypt certificate, which is consistent with the explicative text, and worked for me. However, if I SSH into the box, I get $ hostname freedom $ hostname --fqdn freedom.freedom.mydomain.eu Here, it seems hostname and domain name have been concatenated, which is not what I wanted. It probably does not matter much, but it looks like a bug. What do you think ? If I edit /etc/hosts to "fix" it, by replacing the line 127.0.1.1 freedom.freedom.mydomain.eu freedom with 127.0.1.1 freedom.mydomain.eu freedom (and sudo systemctl restart apache2), then I'm locked out of the website : * it seems to serves me the initial self-signed certificate instead of the letsencrypt one * because HSTS is enabled, I cannot continue. Reverting my /etc/hosts edit, I got my access access back. I'm not sure what is going on. Byt the way, the HSTS option looks dangerous, is there a way to disable it (temporarily) from SSH? PS : I'm using freedombox 19.1, from a testing image, on a lime2 board.
_______________________________________________ Freedombox-discuss mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/freedombox-discuss
