mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #1054] Integration with internal ACME server #882
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#882
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Apr 30, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1054
Hi team, first of all I want you to know that I like this project, and I use NPM as my proxy for internal SWARM Cluster.
However I need to know if it's possible to have NPM to automatic request certificates from an internal ACME server. I user the LABCA (https://github.com/hakwerk/labca) as my internal certificate authority. This system works similar Let's Encrypt.
Do you have a way to integrate NPM to this project.
Thanks.
@psharma04 commented on GitHub (May 3, 2021):
This would be great for using services like ZeroSSL and BuypassCA, both of which are free public ACME CAs.
@jc21 commented on GitHub (Jun 29, 2021):
Just stumbled across this again. I am planning to add configurable CA's to v3.
I was looking at step-ca myself.
@github-actions[bot] commented on GitHub (Mar 12, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@RamonAbudAlcala commented on GitHub (Sep 26, 2024):
This seems like a great idea! I'd love to see this implemented. Here are some related issues #2347 #1884 #1054 #301
@kali-777 commented on GitHub (Oct 22, 2024):
Thanks sounds promising! 👍
I have PrimeKey EJBCA-CE in my HOME-Lab, EJBCA-CE Docker would be awesome to able to use it via ACME internally on NPM 😎
@github-actions[bot] commented on GitHub (Apr 24, 2025):
Issue is now considered stale. If you want to keep it open, please comment 👍
@RamonAbudAlcala commented on GitHub (Apr 25, 2025):
bump so that issue is not closed. :)
@danieltr3s commented on GitHub (Aug 15, 2025):
bump!
@BulldozerPete commented on GitHub (Nov 28, 2025):
bump
@fbushman commented on GitHub (Jan 4, 2026):
Bump from 2026!
I've been running step-ca for a while now in the homelab, but manually configuring each service to use it is a pain. Would love to have this in the web interface!
@demonbane commented on GitHub (Jan 4, 2026):
While we wait for official upstream support I've been just editing
/etc/letsencrypt.iniand adding in my custom server and it works fine. Just add:to the bottom and try again. If you want to make it persistent over container updates, just save it in your persistent storage and add a bind mount to your compose file: