-
I run NPM with sqlite.db in a Docker container. To avoid having to open ports, I prefer acme.sh. I successfully issued my cert via DNS challenge and all cert files are stored in the 'download folder'.
I'm just not sure which deploy variant I have to choose to install the certificate in NPM so that it is recognized and automatically renewed? There are two variants: Is this the right way at all or do I have to approach this completely differently with acme.sh? Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
I played a little trick ;) Can it work this way? I solved it using the 'cert docker to docker' variant. NPM creates the custom certs under Then I updated the NPM webGUI and it accepted the cert with the corresponding validity. The renew process is initiated by acme.sh, so that might work? |
Beta Was this translation helpful? Give feedback.
-
I took a wrong turn and am now using the DNS challenge from NPM. acme.sh is no longer necessary. |
Beta Was this translation helpful? Give feedback.
-
Related, but wanted to share I wanted to programmatically update my certificates that I get from my registrar. Currently testing but my idea is to
https://github.com/jmtremblay2/porkbun/blob/certificates/retrieve_ssl.py |
Beta Was this translation helpful? Give feedback.
I took a wrong turn and am now using the DNS challenge from NPM. acme.sh is no longer necessary.