dalaohuuucommentedJul 2, 2024 : luci-app-acme : git-25.180.44951-b47dc41 :OpenWrt 06.29.2024 by Kiddin' / LuCI Master git-25.171.62738-37db35b ARMv8 Processor Here is the warnning : daemon.warn acme: Option "keylength" is deprecated, please use key_type (e.g., ec256, rsa2048)...
luci-app-acme版本过低,和OpenWrt不一致,怎么解决?#2418 wspzfopened this issueDec 13, 2019· 3 comments Comments wspzfchanged the titleluci-app-acme版本和OpenWrt不一致Dec 14, 2019 coolsnowwolfclosed this ascompletedDec 15, 2019 Sign up for freeto join this conversation on GitHub. Already have...
luci-app-acme: fix complex writing. … Verified 461102c tsanie force-pushed the luci-acme-keytype-issue branch from a298e1f to 461102c Compare December 4, 2024 00:43 systemcrash closed this in f76fc97 Dec 5, 2024 tsanie deleted the luci-acme-keytype-issue branch December 6, 2024...
config acme option account_email 'myemail' option debug '1' config cert 'wildcard2' option enabled '1' option use_staging '1' option keylength '2048' list domains 'mydomain' list domains '*.mydomain' option update_uhttpd '1' option update_nginx '1' option validation_method 'dns' optio...
Please add field to acme settings page of LuCI for configure executing commands (--reloadcmd) after renew cert. An example I have a lighthttpd in my openwrt. Now we don't have simple solution to solve auto prepare cert and restart demon...
openwrt/packagesPublic NotificationsYou must be signed in to change notification settings Fork3.5k Star4.1k Code Issues794 Pull requests266 Actions Projects Security Insights Additional navigation options New issue luci-app-acme and nginx#6335
2 changes: 1 addition & 1 deletion 2 applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js Original file line numberDiff line numberDiff line change @@ -497,7 +497,7 @@ return view.extend({ default: return ''; // bad value } } return this.super.apply(this, ['cfg...