nginx-proxy-manager icon indicating copy to clipboard operation
nginx-proxy-manager copied to clipboard

Allow edit current SSL Certificates

Open nguyenloki258 opened this issue 1 year ago • 6 comments

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

nguyenloki258 avatar Jan 05 '24 10:01 nguyenloki258

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

lastsamurai26 avatar Jan 11 '24 10:01 lastsamurai26

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

muyeyifeng avatar Feb 02 '24 14:02 muyeyifeng

if you created your container like - /opt/containers/nginxproxy/letsencrypt:/etc/letsencrypt

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

lastsamurai26 avatar Feb 02 '24 14:02 lastsamurai26

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 avatar Feb 02 '24 15:02 muyeyifeng

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/

muyeyifeng avatar Feb 02 '24 15:02 muyeyifeng

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

lastsamurai26 avatar Feb 02 '24 15:02 lastsamurai26

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.

wakawakaaa avatar Jun 01 '24 17:06 wakawakaaa