Allow edit current SSL Certificates
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
i change my custom Certs via ssh in the Same file (:
where are custom Certs? I also need change my custom certs via ssh pls.
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
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
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/
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
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.