Using external certificate? #3999
Unanswered
parasiteoflife
asked this question in
Q&A
Replies: 2 comments
-
For a certificate generated/managed outside of NPM, I understand you can use "Custom" under the "Add SSL Certificate" action/button: It expects you to upload the certificate files from the web interface itself, instead of referencing their path within the filesystems available to NPM |
Beta Was this translation helpful? Give feedback.
0 replies
-
@parasiteoflife what did you end up doing? I'm also in a situation where I'm going to want to share certs, either from the system to the NPM docker, or get NPM to manage the certs for the domain but share systemwide, and I don't know how to do either 😅 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to use an external certificate?
I'm using mailcow which generates its own certs so I need to use their certificates in NPM, how can I do this? Even if I somehow create a new cert in NPM, then replace the files with mailcow's certs, NPM will try to renew the certificates which will break things.
Beta Was this translation helpful? Give feedback.
All reactions