Hi,
I have an existing self-signed root certificate and want to use it for an entire entrypoint. My routers and services are mainly configured by docker labels and I have a static YAML config.
I have found multiple syntax for specifying the certificate, but none of them seem to work.
If its the openhab.sweet or openhab.bigmac.sweet hosts then there is no matching router so you get a 404.
FYI Host takes a list so you can collapse that rule to Host(`openhab.sweet`,`openhab.bigmac.sweet`)
The openhab router is configured to use the web entrypoint, changing that to websecure should see your requests going through.