-
Notifications
You must be signed in to change notification settings - Fork 3k
Please add support for local ssl certificate files. #1911
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I also am using an external script to manage my Let's Encrypt. I'm using Dreamhost as the DNS provider for one of my domains, and it is not currently supported by NPM. If I could just point NPM at a certificate that is mounted in the container, that would make things much easier. |
Could you try this as a workaround?
|
@ssrahul96 That sounds practicable. |
@ssrahul96 that doesn't work. The certificates are stored in the database (certificate table). |
@Frechetta , Then it should be straight forward to update it in database rite? |
@Frechetta you are not quite right. the certificate information (eg. expiring date) is stored in a database, however the certificate itself is stored in the local filesystem. so it is possible to either manually rsync an external SSL cert to the filesystem or mount it from elsewhere to your container. |
Maybe it's easier to use cURL or other tools to call the "update certificate" API just like the web UI does. The only problem is: there is no API documentation. |
I am currently using below Advanced setting to use local SSL certificate that gets pushed via rsync from different machine, would be awesome if we get some kind of GUI for that...
|
Issue is now considered stale. If you want to keep it open, please comment 👍 |
I am still interested in having this as an official feature, not a hack. |
Issue is now considered stale. If you want to keep it open, please comment 👍 |
👍 |
1 similar comment
👍 |
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
Add SSL Certificate which point to a local path.
Describe alternatives you've considered
I use acme.sh to generate SSL certificate.
Additional context
The text was updated successfully, but these errors were encountered: