Skip to content

Commit

Permalink
luci-app-acme: Set default validation_method to standalone
Browse files Browse the repository at this point in the history
In the 585df1d I changed the validation_method to webroot by mistake because I thought this is a default in the acme.sh.

Signed-off-by: Sergey Ponomarev <[email protected]>
  • Loading branch information
stokito committed Jun 2, 2024
1 parent 8ed4768 commit 30e8b84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ return view.extend({
o.value('standalone', _('Standalone'));
o.value('webroot', _('Webroot'));
o.value('dns', _('DNS'));
o.default = 'webroot';
o.default = 'standalone';

if (!hasDnsApi) {
let opkgPackage = 'acme-acmesh-dnsapi';
Expand Down

0 comments on commit 30e8b84

Please sign in to comment.