You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): try empty-passphrase decryption for encrypted PKCS8 key
Diagnostics from run 8 revealed:
Input structure: EncryptedPrivateKeyInfo
The key stored in APP_STORE_CONNECT_PRIVATE_KEY appears to be an
encrypted PKCS8 key. Add a second openssl attempt with -passin pass:
(empty passphrase) to decrypt it in-place. Also try explicit pkcs8
-nocrypt with empty passphrase as a third fallback.
If all three attempts fail, warn clearly and fall back to raw key.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments