Skip to content
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

Step to generate .p12 files fails with "unknown option '-legacy'" in openssl pkcs12 call #14755

Open
DaveCole opened this issue Feb 2, 2025 · 2 comments

Comments

@DaveCole
Copy link

DaveCole commented Feb 2, 2025

Describe the bug

In the near-last step to generate .p12 files, the following call fails:
openssl pkcs12 -legacy -in certs/phone.crt -inkey private/phone.key -export -name phone -out private/phone.p12 -passout pass:\\"<redacted>\\"\\n

With the following error:
unknown option '-legacy'

To Reproduce

Run on ./algo with default settings on Mac OS 15.2 Sequoia -> Digital Ocean

@jackivanov
Copy link
Collaborator

I can't reproduce on 15.2

@DaveCole
Copy link
Author

DaveCole commented Feb 4, 2025

Hmm. The only additional info I can think to provide was that this was on the Toronto server for Digital Ocean. Not sure it matters but I also updated locally to the most recent stable version of Python & PIP. I also tweaked the config to set unattended_reboot.enabled: true and changed the users to phone, laptop, and ipad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants