Replies: 2 comments 1 reply
|
There is a Helm chart at Public vs private ports. The advertised CDP/OCSP/AIA URL is
Disabling the HTTPS server entirely. The CDP/OCSP/AIA endpoints already have the plain-HTTP listener; SCEP, EST, ACME and the admin UI and API stay HTTPS. For a proxy in front, the usual answer is to have it skip upstream cert verification ( |
|
v2.224 (https://github.com/NeySlim/ultimate-ca-manager/releases/tag/v2.224) ships the CIDR support for |
Uh oh!
There was an error while loading. Please reload this page.
The webserver(s) shouldn't be so opinionated as it negatively affects running behind a reverse proxy. Ideas...
UCM_TRUSTED_PROXIESshould allow a CIDR instead of single IPs. When running in a k8s cluster the proxy IPs can change, so it would be preferablt to set something like10.42.0.0/16.The FAQs specify a proxy as the preferred configuration, however many of the above configuration choice seem to conflict with that, and seem focused on running as a standalone non-containerized host.
All reactions