mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #1513] Automatically Renew Let’s Encrypt Certificates #1161
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#1161
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 @Rafat97 on GitHub (Oct 24, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1513
Is your feature request related to a problem? Please describe.
SSL auto renew
Describe the solution you'd like
We can add auto renew SSL with the help of cron job. I mean this(Let’s Encrypt SSL/TLS Certificates with NGINX) type of configuration.
In this article, I was focused on 4th point. Which is
Automatically Renew Let’s Encrypt Certificates. I give a screenshot.The flow of working will be-
certbotandpython3-certbot-nginxpackage.0 12 * * * /usr/bin/certbot renew --quiet@the1ts commented on GitHub (Oct 24, 2021):
Hi @Rafat97, have you opened this in the wrong GitHub issue tracker? This is the issue tracker for Nginx-Proxy-Manager, a node application that already does lets encrypt cert automatic creation and renewal as well as setup proxies using Nginx. It sits on top of Nginx.
If this was meant for the Nginx issue tracker then they have a ticket open for the last 4 years on this.
@chaptergy commented on GitHub (Oct 24, 2021):
Yeah, this has to be the wrong issue tracker, as the nginx proxy manager already renews certificates automatically.