How can I encrypt using Nginx Proxy Manager certificates? #4410
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
If NPM is similar to this with non-deterministic location over time, you'll have a problem. You may need to write a script that monitors the location and knows how to detect the latest certificate and copy that over to a static location that you can use with DMS. We do have You could also reach out to NPM for advice on how you might get a deterministic path, perhaps via symlink that NPM updates? |
Beta Was this translation helpful? Give feedback.


SSL_DOMAINis not meant to be a public variable (the Traefikcompose.yamlexample in our docs does have it only because it's not been verified yet if it's still necessary for wildcard provisioned domains), you shouldn't be relying on internal details as they're subject to change.So while
SSL_DOMAINappears to have been introduced specifically for Traefik'sacme.jsonwith wildcard certs support, you've identified another scenario where the provisioned cert doesn't quite align with the DMS FQDN and usedSSL_DOMAINas a workaround.SSL_DOMAINis likely to removed fully in a future refactor and as it's not publicly documented in our ENV page, it is possible that could be done without a break…