From d7bdb5c655647531d9e277c885dff4de12d8848a Mon Sep 17 00:00:00 2001
From: Stefan Eissing
- Since version 2.4.14 of the module, you can use it to get certificates - for your tailscale domains. -
-- Tailscale provides secure networking between your machines, where ever - they are, and can provide domain names in the *.ts.net space for them. - For those, it will then provide Let's Encrypt certificates as well, so - you can open these domains in your browser securely. -
-- The directives listed above tell Apache to contact the local tailscale - demon for obtaining and renewing certificates. This will only work for - the domain name that tailscale assigns to your machine. -
-- Otherwise, these certificates work exactly like the ones retrieved - via the ACME protocol from Lets Encrypt. You see them in status reporting - and MDMessageCmd directives are executed for them as well. -
-- More details are - available at the mod_md github documentation. -
-- Note that this feature only works on machines where the tailscale - demon provides a unix domain socket. This, so far, seems only the - case on *nix systems. -
-