Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Trying to upload a public private key

Not applicable

I've been trying for two days to upload a certificate and private key to Apigee but keep getting the following message:

{
  "code": "messaging.config.beans.KeyParseFailure",
  "message": "Failed to parse the Key file : pearsonKey",
  "contexts": [],
  "cause": {
    "message": "Invalid passphrase or invalid rsa key, reason - expecting an rsa key",
    "contexts": []
  }
}

My key pair contains attributes specified at the top like so:

localKeyID: 37 35 34 38 36 36 35 30 30 37 33 39 34
friendlyName: apigee-dev
Key Attributes: <No Attributes>

Any help would be greatly appreciated!

Solved Solved
0 5 1,319
1 ACCEPTED SOLUTION

Hi Dan,

I can't tell from the error what the issue is, but the doc here on uploading a key, including creating the JAR file for the cert and private key, might help.

Stephen

View solution in original post

5 REPLIES 5
Top Solution Authors