It is on the https side of my domains. It runs on a Go server using Fiber and Autocert. Since it's a different server, it has different data. domain/cert-status brings up the info for each domain's cert.
The source code is at my-website code As you can see in multi-https.go, the domain names are hard coded (4 examples, domain1 thru domain4, in two different spots) I've been meaning to update that to a yaml file and add a reload function so the code doesn't have to be recompiled every time I change domains =)