summaryrefslogtreecommitdiff
path: root/etc/httpd/_acme.conf
diff options
context:
space:
mode:
authormaddaat <git@maddaat.org>2026-04-13 18:08:28 +0400
committermaddaat <git@maddaat.org>2026-04-13 19:27:41 +0400
commite8318269d15a5b5f603079fa5ad045087374cb13 (patch)
tree113e47c1bea426d5e4c913384c4b8550cef558c4 /etc/httpd/_acme.conf
parent048968b8e0586eb86ad2c406fe0273670c1c1a43 (diff)
downloadinfra-master.tar
infra-master.tar.gz
infra-master.tar.bz2
infra-master.tar.lz
infra-master.tar.xz
infra-master.tar.zst
infra-master.zip
Configure SSL certificatesHEADmaster
Diffstat (limited to 'etc/httpd/_acme.conf')
-rw-r--r--etc/httpd/_acme.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/httpd/_acme.conf b/etc/httpd/_acme.conf
new file mode 100644
index 0000000..3c1a0ec
--- /dev/null
+++ b/etc/httpd/_acme.conf
@@ -0,0 +1,4 @@
+location "/.well-known/acme-challenge/*" {
+ root "/acme"
+ request strip 2
+}