Cloudflare Worker Proxy

I recently decided to move this site from https://blog.st2projects.com to https://st2projects.com but I still wanted the blog url to redirect to the new location. This was easier than I thought seeing as this site is hosted on Gitlab Pages. Updating Gitlab Pages First of all, I needed to re-configure my site on Gitlab to be served from the new URL. Part of this process is adding the DNS records shown so at the same time I deleted the blog....

December 13, 2023 · 3 min

Internal Lets Encrypt

Internal Let’s Encrypt Certificates Here are some thoughts and ideas on how I have lets encrypt certificates deployed to home infrastructure … At a high level , my setup assigns a hostname based subdomain for each internal host. E.G. If my registered domain is example.com and my host is host1 then I will generate a cert for host1.example.com. Let’s encrypt supports wildcards, you could use a wildcard if you wanted to....

January 19, 2022 · 4 min