mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[PR #4244] [CLOSED] SSL Certificates: Show if cert is in use on host (and if host is disabled or enabled) #3849
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#3849
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/4244
Author: @badkeyy
Created: 12/18/2024
Status: ❌ Closed
Base:
develop← Head:feature/show-active-host-in-cert-list📝 Commits (2)
080bd0bAdded status of certificates to the certificate list and show on which domain names the certificates are in useaedaaa1Fix whitespace📊 Changes
10 files changed (+96 additions, -27 deletions)
View changed files
📝
backend/internal/certificate.js(+6 -0)📝
backend/models/certificate.js(+38 -1)📝
frontend/js/app/dashboard/main.js(+1 -3)📝
frontend/js/app/nginx/certificates/list/item.ejs(+15 -1)📝
frontend/js/app/nginx/certificates/list/item.js(+16 -6)📝
frontend/js/app/nginx/certificates/list/main.ejs(+1 -0)📝
frontend/js/app/nginx/certificates/main.js(+2 -2)📝
frontend/js/app/user/form.ejs(+12 -12)📝
frontend/js/app/user/form.js(+1 -1)📝
frontend/js/i18n/messages.json(+4 -1)📄 Description
Issue
Fixes https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4221
Description:
This PR enhances the SSL Certificates list by adding a Status indicator, indicating if a SSL Certificate is in use on a proxy host or not. If it is in use the domain names for which it is in use on are shown in the dropdown menu of the list item.
Screenshots
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.