Kyle Christensen

Results 21 comments of Kyle Christensen

So I don't personally use Wifiman so forgive me if this is a dumb question -- if just importing the server certificate and not the immediate certificate fixes this, wouldn't...

@martintoreilly this seems like a reasonable approach I think, as long as the documentation is clear that: 1. Exactly what setting NO_BUNDLE is supposed to do (I think captive portal/wifiman...

I think if the default behavior were to stay the same (deploying the bundle), we could get away with leaving this new behavior in the main script behind a boolean,...

Seems like a reasonable addition, I remember someone at some point in the past asked about this and part of me wants to say there was some caveat, like the...

I took a swing at this in this PR: https://github.com/kchristensen/udm-le/pull/46 Take note of the various changes in the env file as well as the on-boot file and let me know...

Seems like a great addition, how would you feel about opening a PR with these changes?

Reading this now that I'm actually awake, aren't we already supporting this for the Guest portal via: https://github.com/kchristensen/udm-le/blob/main/udm-le.sh#L13-L18 https://github.com/kchristensen/udm-le/blob/main/udm-le.env#L66 I believe by "Guest Portal" you mean the Captive Portal, which...

I did some additional work that touches this in this PR: https://github.com/kchristensen/udm-le/pull/46, so my line numbers may not line up but I'd suggest updating your installation and setting `ENABLE_CAPTIVE='yes'` in...

Ok, so I think the other PR I was referencing DOES do what you're after, but I'll let you verify. Basically, it runs `java -jar /usr/lib/unifi/lib/ace.jar import_key_cert` which I think...

Out of the box there's no built in way to do it, but you could hack on the udm-le.sh script to cp the certificates it generates to the place(s) you...