From d7bdb5c655647531d9e277c885dff4de12d8848a Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Wed, 27 Aug 2025 07:54:59 +0000 Subject: [PATCH] remove tailscale from mod_md documentation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928039 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_md.xml | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/docs/manual/mod/mod_md.xml b/docs/manual/mod/mod_md.xml index c383294c0d..db694c3049 100644 --- a/docs/manual/mod/mod_md.xml +++ b/docs/manual/mod/mod_md.xml @@ -285,44 +285,6 @@ MDChallengeDns01 /usr/bin/acme-setup-dns

- tailscale -

- Since version 2.4.14 of the module, you can use it to get certificates - for your tailscale domains. -

- -<MDomain mydomain.some-thing.ts.net> - MDCertificateProtocol tailscale - MDCertificateAuthority file://localhost/var/run/tailscale/tailscaled.sock", -</MDomain> - -

- 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. -

-
- -- 2.47.3