[GH-ISSUE #106] Invalid letsencrypt (Fake LE Intermediate X1) #95

Closed
opened 2026-02-26 05:34:28 +03:00 by kerem · 2 comments
Owner

Originally created by @jenschurchill on GitHub (Mar 18, 2019).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/106

I've manually configured an NPM Docker image to support ppc64le, and gotten it to a working'ish state.
But when I create a letsencrypt cert. for a given proxy, and access the site, I get an "invalid cert." warning, and when inspecting the certificate, it states: CN: Fake LE Intermediate X1

What could I be missing?

Originally created by @jenschurchill on GitHub (Mar 18, 2019). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/106 I've manually configured an NPM Docker image to support ppc64le, and gotten it to a working'ish state. But when I create a letsencrypt cert. for a given proxy, and access the site, I get an "invalid cert." warning, and when inspecting the certificate, it states: CN: Fake LE Intermediate X1 What could I be missing?
kerem closed this issue 2026-02-26 05:34:28 +03:00
Author
Owner

@jc21 commented on GitHub (Mar 18, 2019):

Sounds like you're using the development environment which uses the LE testing servers for certificates.

The NODE_ENV environment variable should either be unset or set to production in your docker stack.

<!-- gh-comment-id:474133413 --> @jc21 commented on GitHub (Mar 18, 2019): Sounds like you're using the development environment which uses the LE testing servers for certificates. The `NODE_ENV` environment variable should either be unset or set to `production` in your docker stack.
Author
Owner

@jenschurchill commented on GitHub (Mar 20, 2019):

Bingo, changed in docker-compose; thank you.

<!-- gh-comment-id:474776286 --> @jenschurchill commented on GitHub (Mar 20, 2019): Bingo, changed in docker-compose; thank you.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#95
No description provided.