stevejenkins / unifi-linux-utils

Helpful Linux / Unix scripts for admins of Ubiquiti (UBNT) UniFi wireless products
https://www.stevejenkins.com/blog/tag/unifi/
MIT License
695 stars 127 forks source link

Fix OpenSSL 3 breaks PKCS12 tmp file generation #54

Open satmandu opened 2 years ago

satmandu commented 2 years ago

Fixes #53

videoman commented 1 year ago

My cronjob screwed up my install of the UniFi Controller cause of this. Would be good to comment this to the main branch.

gctwnl commented 1 year ago

Is this software still maintained? If people download the script they get the 2017 version without the fix. I was looking into using this script (adapting it) so it can be used when the UC is run inside a docker container. Probably best is so it can update the cert inside a running container (probably requires an additional script)

satmandu commented 1 year ago

I have been unable to contact the maintainer to get this merged. :/

satmandu commented 1 year ago

Maybe someone can try to reach out to him here, or just fork the repo....

gctwnl commented 1 year ago

That link is dead (no LinkedIn page there) so we might consider all of this dead.

I'm using this as inspiration to build my own that works with a docker container I am using.

satmandu commented 1 year ago

LinkedIn link fixed!

gctwnl commented 1 year ago

I'm going to build my own solution based on his, but running inside the container. Maybe publish that later.

satmandu commented 1 year ago

Please note your solution here!

gctwnl commented 1 year ago

https://github.com/jacobalberty/unifi-docker/issues/609