NginxProxyManager / nginx-proxy-manager

Docker container for managing Nginx proxy hosts with a simple, powerful interface
https://nginxproxymanager.com
MIT License
21.7k stars 2.51k forks source link

[Feature request] Custom ACME Server URL #301

Open asmaps opened 4 years ago

asmaps commented 4 years ago

Is your feature request related to a problem? Please describe.

My home assistant installation is not exposed to the public, so the "classic" let's encrypt does not work. I have a step ca running in my internal network to create self-signed certificates. Step CA now also supports ACME (certbot --server https://ca.internal/acme/acme/directory). It would be awesome to make nginx-proxy-manager use my own CA.

Describe the solution you'd like Sign certificates via ACME from my own internal ACME server. By adding a config/setting (e.g. per host, per cert or global?) to make certbot use a custom acme server (--server parameter)

Describe alternatives you've considered Make host public - NO Create certs manually and add them to nginx-proxy - automating things is better

Additional context n/a

jc21 commented 4 years ago

Sounds feasible. I'd be counting on you to test it when required :)

asmaps commented 4 years ago

no problem

github-actions[bot] commented 4 months ago

Issue is now considered stale. If you want to keep it open, please comment :+1:

jul-fls commented 1 month ago

Hello, this has been in the pipe for so many time now and it seems to not be very complicated to do as jc21 said 4 years ago. Would it be possible to have some sort of update about this ? Btw, thank you very much for this wonderful project that you created !