How can I configure Nginx Proxy manager to use a Private CA for SSL? #2180
Unanswered
ThatNerdUKnow
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I tried to use the
It seems that I need to write a configuration file at /data/acme-registration.json |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All, I'm working on securing my home network and this is what my stack looks like
bind9
- dns serverstep-ca
- certificate authority, configured as an ACME servernginx-proxy-manager
- http proxyunraid
- host osI currently set up a private domain name on bind9, and I want to generate a wildcard certificate for this domain via the ssl feature of nginx proxy manager. How can I get it to work with my
step-ca
installation?Beta Was this translation helpful? Give feedback.
All reactions