Posts tagged domains
How to Generate Wildcard SSL Certificate using Let’s Encrypt/Certbot on CentOS
- 27 February 2021
Today I wanted to generate a wildcard SSL certificate for a service I was working on. Luckily, Let’s Encrypt’s ACME v2 production endpoint makes it so easy to generate wilcard certificates (for more details on this feature, see this post). Below are the steps I used to generate a wildcard certificate.
How to set up a wildcard subdomain on Google Domains
- 09 January 2021
Today, I was working with dokku, and I found myself in need of a wildcard subdomain. A wildcard DNS record is a record that will match requests for non-existent subdomains. For instance, if you set a wildcard DNS record to *.example.com
, and a user requests random.example.com
or foo.example.com
, etc.. the requests will be forwarded to whichever server *.example.com
points to.