mirror of
https://github.com/chr0nzz/traefik-manager.git
synced 2026-05-09 05:35:22 +02:00
[GH-ISSUE #10] Unable to omit "certresolver" when using custom certificates #7
Labels
No labels
bug
bug
bug
feature request
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/traefik-manager#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wolfnacht44 on GitHub (Apr 6, 2026).
Original GitHub issue: https://github.com/chr0nzz/traefik-manager/issues/10
Originally assigned to: @chr0nzz on GitHub.
Bug/Enhancement
During router creation, there isnt a way to work around the TLS option for choosing cert resolver(s). Manual file edit is required.
adding a static "none" which omits the
tls:field all together and/or a "{}" option which propagates the file withtls: {}could/would accommodate other use-cases as well such as internal routing.Also when custom certs are implemented, pulling and specifying stores/certs might be worthwhile as well.
@chr0nzz commented on GitHub (Apr 6, 2026):
update out should fix the issue
@wolfnacht44 commented on GitHub (Apr 7, 2026):
resolved with v0.10.3. direct update did not fix, had to reinstall.