So I got hold of a domain that shows my exact full name. I thought it would be useful for showing up as “professional” when working in IT and sending resumes.
I got some mail forwarded using the domain registrar. I also made a small static website, which only has hello world for now but soon will get the contents filled up.
But then… what? I suppose I can host anything I want, but then there’s the whole “real name - gotta look professional” aspect that makes me weary of hosting a Lemmy instance, for example, when the domain without my name attached wouldn’t.
I suppose having personal domains were cool in the 90s where people were barely learning about “the internets”. Not so anymore?
Is there a usefulness in having a domain name with your real name attached on this age?
Interested in learning about the wildcard. How do you set up the DNS to accept that?
I’m using cloudflare as my DNS, and it’s literally just:
*
On the letsencrypt side, it’s pretty similar. Create a certificate with
domain.name
and*.domain.name
(if you want them to share a cert) and you’re off.I have a similar setup.
Getting the DNS to return the right addresses is easy enough: you just set your records for subdomain
*
instead a specific subdomain, and then any subdomain that’s not explicitly configured will default to using the records for*
.Assuming you want to use Let’s Encrypt (or another ACME CA) you’ll probably want to make sure you use an ACME client that supports your DNS provider’s API (or switch DNS provider to one that has an API your client supports). That way you can get wildcard TLS certificates (so individual subdomains won’t still leak via Certificate Transparency logs). Configure your ACME client to use the Let’s Encrypt staging server until you see a wildcard certificate on your domains.
Some other stuff you’ll probably want: