mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[PR #1286] [MERGED] Fixes certificate renewal #3408
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#3408
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?
📋 Pull Request Information
Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/1286
Author: @chaptergy
Created: 8/4/2021
Status: ✅ Merged
Merged: 8/7/2021
Merged by: @jc21
Base:
develop← Head:fixes-certificate-renewal📝 Commits (3)
cea80b4Fixes certificate renewal for dns challengesd346911Fixes renewal unused http certificates83c5c55Fixes creation of certificates using the http challenge📊 Changes
4 files changed (+6 additions, -2 deletions)
View changed files
📝
backend/internal/certificate.js(+2 -0)📝
backend/templates/default.conf(+2 -0)📝
docker/rootfs/etc/letsencrypt.ini(+0 -1)📝
docker/rootfs/etc/nginx/conf.d/default.conf(+2 -1)📄 Description
This will fix the certificate renewal in some cases:
This PR removes the global authenticator being set, since it is always set certificate specific as well, and adds the letsencrypt challenge functionality to the default host (using any of the congratulations site, 404 page, redirect or custom page)
Should fix https://github.com/jc21/nginx-proxy-manager/issues/1282, probably fixes https://github.com/jc21/nginx-proxy-manager/issues/1220, fixes https://github.com/jc21/nginx-proxy-manager/issues/1031, should fix https://github.com/jc21/nginx-proxy-manager/issues/1018 and fixes https://github.com/jc21/nginx-proxy-manager/issues/860
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.