you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 2 years ago (3 children)

Is this only for public facing services then? I have little desire to expose my services except through tailscale or something like that.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 3 points 2 years ago* (1 child)

    No! If you have a domain and can do DNS* verification you can get fully functional certificates to use on your internal network.

    *Doesn’t have to be DNS, but then you’d need to expose http to the internet for verification.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago

    The alternative is to offer the Let's Encrypt bot access to your DNS service, typically in the form of an API token which you revoke after the bot verifies the domain. Access to the API is not needed for subsequent cert refreshes, only the first time.

    The bot (or the proxy you use) needs to support the API of the DNS you use, naturally, but they support a wide variety of the most well-known ones.

  • source
  • parent