[PR #4244] [CLOSED] SSL Certificates: Show if cert is in use on host (and if host is disabled or enabled) #3849

Closed
opened 2026-02-26 08:32:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/4244
Author: @badkeyy
Created: 12/18/2024
Status: Closed

Base: developHead: feature/show-active-host-in-cert-list


📝 Commits (2)

  • 080bd0b Added status of certificates to the certificate list and show on which domain names the certificates are in use
  • aedaaa1 Fix 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

image
image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NginxProxyManager/nginx-proxy-manager/pull/4244 **Author:** [@badkeyy](https://github.com/badkeyy) **Created:** 12/18/2024 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `feature/show-active-host-in-cert-list` --- ### 📝 Commits (2) - [`080bd0b`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/080bd0b7497361f098f76d116ebdcfce368a822c) Added status of certificates to the certificate list and show on which domain names the certificates are in use - [`aedaaa1`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/aedaaa18e0dd768c6c5f3fc470843b466453fcd1) Fix whitespace ### 📊 Changes **10 files changed** (+96 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 ![image](https://github.com/user-attachments/assets/1fe93562-c5b7-46f4-8bde-e7b1e6ad6ebe) ![image](https://github.com/user-attachments/assets/a7827818-fb07-4830-942b-2a1db55725c8) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 08:32:11 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#3849
No description provided.