**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