-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix OpenSSL 3 breaks PKCS12 tmp file generation #54
base: master
Are you sure you want to change the base?
Conversation
My cronjob screwed up my install of the UniFi Controller cause of this. Would be good to comment this to the main branch. |
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) |
I have been unable to contact the maintainer to get this merged. :/ |
Maybe someone can try to reach out to him here, or just fork the repo.... |
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. |
LinkedIn link fixed! |
I'm going to build my own solution based on his, but running inside the container. Maybe publish that later. |
Please note your solution here! |
Fixes #53
-legacy
flag when generating the PKCS12 temp file if OpenSSL 3.x is being used.