You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker image?
Yes / No
Are you sure you're not using someone else's docker image?
Yes / No (jc21/nginx-proxy-manager:latest)
Have you searched for similar issues (both open and closed)?
Yes / No
Describe the bug
Deleting custom certificates in GUI does not remove the certificates from the persistent store (internal path /data/custom_ssl). Obsolete certificates also seem to be maintained in /data/database.sqlite.
This is my first time using nginx so I was faffing-about trying different key combinations. All up I added three server key-pairs plus two wildcard key-pairs before settling on the last wildcard and deleting the other four.
Steps to reproduce the behavior:
Go to the SSL Certificates tab.
Click Add SSL Certificate and choose Custom.
Give the certificate a name, and import private key and certificate file.
Repeat steps 1..3 one or more times.
Delete some or all of the imported custom certificates.
Inspect internal path /data/custom_ssl and note the number of npm-? subdirectories. It will reflect the total number of certificates ever imported, irrespective of whether they appear in the GUI or have been deleted.
Count the number of rows in the certificate table of the database. It will reflect the total number of certificates ever imported, irrespective of whether they appear in the GUI or have been deleted.
Expected behavior
That when a certificate is deleted, it vanishes and becomes one with the snows of yesteryear.
Screenshots
Operating System
Tried on both:
QEMU Virtual CPU version 2.5+ running Debian GNU/Linux 12.9 (bookworm) as full 64-bit OS (running on Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz running Debian GNU/Linux 12.9 (bookworm) as full 64-bit OS)
8GB Raspberry Pi 4 Model B Rev 1.5 running Debian GNU/Linux 11.11 (bullseye) as full 64-bit OS
Additional context
Tried with both Safari and Chromium-Gost.
The text was updated successfully, but these errors were encountered:
Checklist
Have you pulled and found the error with
jc21/nginx-proxy-manager:latest
docker image?Are you sure you're not using someone else's docker image?
jc21/nginx-proxy-manager:latest
)Have you searched for similar issues (both open and closed)?
Describe the bug
Deleting custom certificates in GUI does not remove the certificates from the persistent store (internal path
/data/custom_ssl
). Obsolete certificates also seem to be maintained in/data/database.sqlite
.Nginx Proxy Manager Version
To Reproduce
This is my first time using nginx so I was faffing-about trying different key combinations. All up I added three server key-pairs plus two wildcard key-pairs before settling on the last wildcard and deleting the other four.
Steps to reproduce the behavior:
/data/custom_ssl
and note the number ofnpm-?
subdirectories. It will reflect the total number of certificates ever imported, irrespective of whether they appear in the GUI or have been deleted.certificate
table of the database. It will reflect the total number of certificates ever imported, irrespective of whether they appear in the GUI or have been deleted.Expected behavior
That when a certificate is deleted, it vanishes and becomes one with the snows of yesteryear.
Screenshots
Operating System
Tried on both:
QEMU Virtual CPU version 2.5+ running Debian GNU/Linux 12.9 (bookworm) as full 64-bit OS (running on Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz running Debian GNU/Linux 12.9 (bookworm) as full 64-bit OS)
8GB Raspberry Pi 4 Model B Rev 1.5 running Debian GNU/Linux 11.11 (bullseye) as full 64-bit OS
Additional context
Tried with both Safari and Chromium-Gost.
The text was updated successfully, but these errors were encountered: