Hello there !
First, i love your tool ! it's exactly what i was looking for for my homelab, Home Assistant and so.
As it's NOT documented in installation guide, i tried it on my microk8s cluster
It works like charm except for one thing : API call to download certs. Got some 404 errors.!
I noticed that it deployed 2 services legocerthub with ports exposed and
headless-lego-certhub no exposition
do you think it's possible to use legocerthub on kubernetes ? or do i need to stick on a standard docker deployment ?
Thanks
Api
- Edited
Hello, glad you like it! I am a relative Docker noob and not familiar with Kubernetes so unfortunately I'm not sure I can provide you with a solid answer.
The app was originally designed for a smaller scale monolithic deployment. I wasn't even running it in Docker originally but created the container after demand for it. After that I learned Docker and moved my whole lab to Docker containers but haven't dabbled in Kubernetes yet.
I'm not entirely sure what you mean by 404s though. If something is broken I can definitely try to fix that if you can provide steps on how to reproduce the issue.
Hi Greg,
I was testing an api call with postman https://mydomain:4055/legocerthub/api/v1/download/privatekeys/:as1m0v
A GET with the api key in header.
The result is an error http 404
Iām trying now on mys Synology NAS with a standard docker conf to compare results
Remove the colon in front of the name, e.g.,
https://mydomain:4055/legocerthub/api/v1/download/privatekeys/as1m0v
It works !!!!
Thanks a lot