]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_md: added support for managing certificates via a
authorStefan Eissing <icing@apache.org>
Wed, 27 Apr 2022 11:48:36 +0000 (11:48 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 27 Apr 2022 11:48:36 +0000 (11:48 +0000)
commit6b5e7d4588b98810788ed4a5ff73f2cd14ed7835
tree9f80b49223aafcbf61913cc58d89b38fa00d4d15
parent33a168cc58c8315f6cb4ffc688b8a06ed0300afa
  *) mod_md: added support for managing certificates via a
     local tailscale demon for users of that secure networking.
     This gives trusted certificates for tailscale  assigned
     domain names in the *.ts.net space.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900313 13f79535-47bb-0310-9956-ffa450edef68
25 files changed:
CMakeLists.txt
changes-entries/md_tailscale.txt [new file with mode: 0644]
docs/manual/mod/mod_md.xml
modules/md/config2.m4
modules/md/md_acme_drive.c
modules/md/md_core.c
modules/md/md_crypt.c
modules/md/md_crypt.h
modules/md/md_curl.c
modules/md/md_http.c
modules/md/md_http.h
modules/md/md_json.c
modules/md/md_reg.c
modules/md/md_reg.h
modules/md/md_store_fs.c
modules/md/md_tailscale.c [new file with mode: 0644]
modules/md/md_tailscale.h [new file with mode: 0644]
modules/md/md_util.c
modules/md/md_util.h
modules/md/md_version.h
modules/md/mod_md.dsp
modules/md/mod_md_config.c
modules/md/mod_md_status.c
test/modules/md/md_env.py
test/modules/md/test_780_tailscale.py [new file with mode: 0644]