-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install custom CA certificate in Traefik #7300
Milestone
Comments
DavidePrincipi
added a commit
to NethServer/ns8-traefik
that referenced
this issue
Feb 10, 2025
The PODMAN_RUN_OPTS environment variable can be set to custom values. For example it can be used to set an additional environment variable for Traefik runtime, like LEGO_CA_CERTIFICATES. Refs NethServer/dev#7300
DavidePrincipi
added a commit
to NethServer/ns8-traefik
that referenced
this issue
Feb 10, 2025
The PODMAN_RUN_OPTS environment variable can be set to custom values. For example it can be used to set an additional environment variable for Traefik runtime, like LEGO_CA_CERTIFICATES. Refs NethServer/dev#7300
DavidePrincipi
added a commit
to NethServer/ns8-traefik
that referenced
this issue
Feb 17, 2025
The PODMAN_RUN_OPTS environment variable can be set to custom values. For example it can be used to set an additional environment variable for Traefik runtime, like LEGO_CA_CERTIFICATES. Refs NethServer/dev#7300
DavidePrincipi
added a commit
to NethServer/ns8-traefik
that referenced
this issue
Feb 17, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In experimental environments, it is useful to point Traefik to a custom ACME server. We just need to add its certificate as a custom CA into Traefik's container.
This is an advanced use case, and shouldn't need an UI.
https://community.nethserver.org/t/custom-acme-server-tls-error-to-server/24682
Thanks to TBaile and mikart143
The text was updated successfully, but these errors were encountered: