NginxProxyManager / nginx-proxy-manager

Docker container for managing Nginx proxy hosts with a simple, powerful interface
https://nginxproxymanager.com
MIT License
21.86k stars 2.52k forks source link

Allow edit current SSL Certificates #3430

Open nguyenloki258 opened 8 months ago

nguyenloki258 commented 8 months ago

I think we need a feature that allows editing SSL Certificate.

It will help save a lot of time updating certificates on each website when it expires

image

lastsamurai26 commented 7 months ago

i change my custom Certs via ssh in the Same file (:

muyeyifeng commented 7 months ago

where are custom Certs? I also need change my custom certs via ssh pls.

lastsamurai26 commented 7 months ago

if you created your container like

then you will find all the certs in this folder /opt/containers/nginxproxy/letsencrypt

there you find and archive filder and inside of thie npm-id (npm-12) and so on

muyeyifeng commented 7 months ago

well, My directory structure is as follows, there are no certs I uploaded.

/etc/letsencrypt . |-- accounts | -- directory | -- b94e1237ec845952d20bdd215201a4d22 | |-- meta.json | |-- private_key.json | -- regr.json |-- renewal -- renewal-hooks |-- deploy |-- post -- pre

muyeyifeng commented 7 months ago

well, My directory structure is as follows, there are no certs I uploaded.

/etc/letsencrypt . |-- accounts | -- directory | -- b94e1237ec845952d20bdd215201a4d22 | |-- meta.json | |-- private_key.json | -- regr.json |-- renewal -- renewal-hooks |-- deploy |-- post -- pre

thanks bro, I find cts certs in /data/custom_ssl/

lastsamurai26 commented 7 months ago

well, My directory structure is as follows, there are no certs I uploaded. /etc/letsencrypt . |-- accounts | -- directory | -- b94e1237ec845952d20bdd215201a4d22 | |-- meta.json | |-- private_key.json | -- regr.json |-- renewal -- renewal-hooks |-- deploy |-- post -- pre

thanks bro, I find cts certs in /data/custom_ssl/

ehh my bad right there was a folder named custom_ssl :-D

wakawakaaa commented 3 months ago

if custom_ssl files are changed, then docker container needs to be docker compose down and docker compose up again. otherwise nginx proxy manager dont work properly. This issue should be fixed. and Able to upload custom_ssl certificate files externally.