aboutsummaryrefslogtreecommitdiffstats
path: root/lfacme-renew.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lfacme-renew.sh')
-rw-r--r--lfacme-renew.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lfacme-renew.sh b/lfacme-renew.sh
index 787d8da..b9ebb38 100644
--- a/lfacme-renew.sh
+++ b/lfacme-renew.sh
@@ -151,9 +151,9 @@ _docert() {
keytype="ec"
fi
- # Default challenge is kerberos.
+ # Default challenge is http.
if [ -z "$challenge" ]; then
- challenge="kerberos"
+ challenge="http"
fi
# make sure the challenge is valid.