Hacker News new | ask | show | jobs
by chrisweekly 2023 days ago
I'm so fuzzy on the details but isn't this what client certs are for?
2 comments

The cert couldn't obviously couldn't be static in this case (otherwise it would be trivial to get the private key).

Creating a cert during "install" probably adds a good bit of complexity (especially if the map has multiple env targets)

You could accomplish this with client certs too, sure. A random secret is a simpler solution in many ways and accomplishes the same goal, though.