home.social

#hostname — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #hostname, aggregated by home.social.

  1. CW: #Pfalz

    Blitzabstimmung: Der neue Server benötigt einen Hostnamen. Ihr dürft ihn bestimmen. 😜 #hostname #woi (jetzt sogar abstimmbar…)

  2. If you need to find the fully-qualified domain name (FQDN) of your server in Linux (e.g., you want to know whether to accept or deny an ACME challenge for Let’s Encrypt TLS certificates.):

    * hostname --fqdn # OR
    * cat /etc/hostname

    And to get the IP:

    * hostname --ip-address

    Source: serverfault.com/questions/4908

    #TLS #fqdn #DomainName #VPS #LetsEncrypt #ACME #hostname