aboutsummaryrefslogtreecommitdiffstats
path: root/http.sh
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-06-03 12:44:20 +0100
committerLexi Winter <ivy@FreeBSD.org>2025-06-03 12:44:20 +0100
commit88c7b41e9c7ccbdbd252f37e458d01f2143aa8f2 (patch)
treeb89f766ffa99062885a7a65959588a65377abbe2 /http.sh
parentec720c482d125cf77b11c5b1dc703dd19c3d1003 (diff)
downloadlfacme-88c7b41e9c7ccbdbd252f37e458d01f2143aa8f2.tar.gz
lfacme-88c7b41e9c7ccbdbd252f37e458d01f2143aa8f2.tar.bz2
http, kerberos: don't warn when skipping a method
this is spammy, and it's expected given how uacme works.
Diffstat (limited to 'http.sh')
-rw-r--r--http.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/http.sh b/http.sh
index ef60d26..2dff63f 100644
--- a/http.sh
+++ b/http.sh
@@ -19,7 +19,6 @@ if [ "$#" -ne 5 ]; then
fi
if [ "$METHOD" != "http-01" ]; then
- _warn "skip method %s" "$METHOD"
exit 1
fi