yes I really don’t understand anything of what you make me do, but in time I will learn, I hope…
when I give the command I got my IP adres nr in return
yes I really don’t understand anything of what you make me do, but in time I will learn, I hope…
when I give the command I got my IP adres nr in return
Aaaannnd what about hostname -f
?
I think it has something to do with your hostname being an IP address…
Alright … Still not 100% clear …
Let’s just run the whole thing with debug mode enabled …
bash -x /usr/sbin/make-ssl-cert generate-default-snakeoil
(if you’re concerned about private info, you can also paste this in private message)
well, I don’t know how to make a private massage, but I’m also not sure if, is it enough to hide the IP adres of my VPS?
Yes, also maybe just the ~3ist last lines should be enough
Otherwise for a private message, you can click on my avatar then Message
Follow-up of the discussion in private :
hostname -f
revealed that there was a goddamn backslash \
in the hostname, which led to stupid bash/sed issues.
The \ comes from stuff in /etc/hosts
…
Removing the \ supposedly fixes the issue …
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.