aboutsummaryrefslogtreecommitdiff
path: root/net/haproxy/files/acme.hotplug
diff options
context:
space:
mode:
authorGlen Huang <i@glenhuang.com>2022-11-19 10:22:46 +0800
committerGlen Huang <i@glenhuang.com>2022-11-28 22:50:46 +0800
commit1890f35cfd4127fb533eaa56b3370a88bd62f703 (patch)
treef057e6dd0a98fb9034108d69d96a1fb358deb413 /net/haproxy/files/acme.hotplug
parente06ee5dba15851227ebb471ac89eceb3a020a558 (diff)
haproxy: use .crt as extension for certificates
Signed-off-by: Glen Huang <i@glenhuang.com>
Diffstat (limited to 'net/haproxy/files/acme.hotplug')
-rw-r--r--net/haproxy/files/acme.hotplug4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/haproxy/files/acme.hotplug b/net/haproxy/files/acme.hotplug
index 726d2b216..9896bbdee 100644
--- a/net/haproxy/files/acme.hotplug
+++ b/net/haproxy/files/acme.hotplug
@@ -1,8 +1,8 @@
case $ACTION in
issued|renewed)
cat \
- "/etc/ssl/acme/$main_domain.fullchain.cer" \
+ "/etc/ssl/acme/$main_domain.fullchain.crt" \
"/etc/ssl/acme/$main_domain.key" \
- >"/etc/ssl/acme/$main_domain.combined.cer"
+ >"/etc/ssl/acme/$main_domain.combined.crt"
;;
esac