Show HN: I rewrote my 2012 self-signed cert generator in Go – cert-depot.com

9 points | by dimastopel 3 days ago

1 comments

  • toddgardner 3 days ago
    Nice rewrite. The SAN support is the right call, a lot of older generators trip on that.

    One thing worth knowing if you're using this for internal services: generating the cert is the easy part. Getting the CA cert into the trust stores of everything that needs to trust it is where self-signed deployments usually turn into a maintenance problem, especially across a mix of Linux servers, Windows machines, and Java apps with their own keystores.