mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1521] Add Certbot Integration for Automatic SSL Certificates #3036
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#3036
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @khouahabi on GitHub (Jan 12, 2026).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1521
Managing SSL certificates manually for multiple domains becomes time-consuming and error-prone. Certificates must be renewed every 90 days, and without automation there is a risk of downtime if renewal is forgotten or fails. I’m currently frustrated by needing to handle these steps manually instead of having the system automate SSL provisioning.
I would like built-in support for Certbot to automatically request, install, and renew Let's Encrypt SSL certificates for configured domains. Ideally, the feature should:
Describing alternatives you've considered
None of these alternatives offer the convenience and automatic lifecycle management that native Certbot integration would provide.
Automatic SSL support is now expected by default in most platforms. Integrating Certbot would significantly improve usability and security, especially for users managing many domains or subdomains.