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

bug: ERROR error:1E08010C:DECODER routines::unsupported #30

Open
robingenz opened this issue Jan 13, 2025 · 0 comments
Open

bug: ERROR error:1E08010C:DECODER routines::unsupported #30

robingenz opened this issue Jan 13, 2025 · 0 comments
Labels
bug/fix Something isn't working

Comments

@robingenz
Copy link
Member

robingenz commented Jan 13, 2025

The following error message is printed if the private key is not formatted correctly (in my case, it had no line breaks):

 ERROR  error:1E08010C:DECODER routines::unsupported

The error message should contain an explanation.

Reproduction:

  1. Create a private key:
    openssl genrsa -out keypair.pem 2048
    
  2. Remove the line breaks from the private key
  3. Run the following command:
    npx capawesome apps:bundles:create --private-key keypair.pem
    
@robingenz robingenz added the bug/fix Something isn't working label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/fix Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant