summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-acme/htdocs
AgeCommit message (Collapse)Author
2023-03-15luci-app-acme: remove handling of deprecated `state_dir` optionJo-Philipp Wich
Recent versions of "acme" report the following message on startup: daemon.warn acme: Option "state_dir" is deprecated, please remove it. Certificates now exist in /etc/ssl/acme Solve this issue by removing the support for this deprecated option. Fixes: #6273 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-06-22luci-app-acme: change form view to GridSectionFlorian Eckert
If multiple certificates are added, then the page is a bit confusing with all the informations. Therefore the GridSection view would be better suited here. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-10-20luci-app-acme: Add descriptive text to validation methodJannis Pinter
Signed-off-by: Jannis Pinter <jannis+openwrt@pinterjann.is>
2020-10-20luci-app-acme: Remove services tabJannis Pinter
Signed-off-by: Jannis Pinter <jannis+openwrt@pinterjann.is>
2020-10-19luci-app-acme: Use tabs for certificate sectionJannis Pinter
Signed-off-by: Jannis Pinter <jannis+openwrt@pinterjann.is>
2020-10-17luci-app-acme: Add option for custom ACME serverJannis Pinter
Signed-off-by: Jannis Pinter <jannis@pinterjann.is>
2020-06-24luci-app-acme: convert to client side renderingHuangbin Zhan
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>