-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Remote signing error MissingOrMalformedExtensions #76
Comments
This is really weird. The error is coming from establishing the websocket connection to
I'm not sure why you are seeing this. I was able to remote sign the other day just fine. Can you try with a newer version of rcodesign perhaps? |
I don't have time to test in the next few days but can you try on Windows? I use Windows so maybe that's the issue. |
On GitHub Actions I'm running:
The
app/macos/developer-id-application.pem
file contains the public key as described here. Locally I am running:The
developerID_application.cer
file is what I downloaded from Apple as described here and theprivate.pem
file is the private key I created as described here.I get the following error:
The error appears to come from here. It seems like that crate is unmaintained and now (as of a month ago) there is a maintained fork here. Perhaps this feature would fix the situation?
I don't know why this would be happening seemingly to just me since others I assume are successfully using remote signing.
Here is the certificate:
The text was updated successfully, but these errors were encountered: