-
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: 6 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 don't think it will work. What are the names of the files in the output folder? Where is the certificate shown as valid? Can you take screenshots? Apparently there will be no new version of NPM with acme.sh give. The thread has already disappeared. This one was almost 3 year old. I think it would need an import function for the database to be integrated. |
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.
-
Thanks for the answer. I'm still hoping for a version with acme. |
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.