-
Notifications
You must be signed in to change notification settings - Fork 46
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
message : "error:0308010C:digital envelope routines::unsupported" #45
Comments
did you manage to fix this? |
this fixed it for me: https://stackoverflow.com/a/73858615/694464 the problem for me was because of ubuntu 22.04 using openssl v3 |
still no updates on a fix for this issue without changing the openssl config file? |
Have you tried creating a new .p12 file using the following commands:
key.p12 is the original p12 file built with legacy OpenSSL. key_decrypted.tmp is the temporary decrypted file. key_new.p12 is the new p12 file. From my experience, this approach has resolved similar issues. The error you're encountering is often related to compatibility or encryption problems with legacy .p12 files, and regenerating the file in this way can help address those problems. |
I had the same issue even after editing the openssl config file |
I get that error when trying to create a pass, I don't quite understand what the issue is as I tried multiple things also used the exact example you provided.
The text was updated successfully, but these errors were encountered: