Unable to upload the ssl cert and key jar

Not applicable
Solved Solved
0 2 314
1 ACCEPTED SOLUTION

Hi Phani,

We have an open issue with SmartDocs and uploading attachments. The API works if you use it in curl or postman, in the form:

curl -u admin_email:admin_pword -X POST -H "Content-Type: multipart/form-data" -F file="@myKeystore.jar" "https://api.enterprise.apigee.com/v1/o/ORGNAME/environments/prod/keystores/KEYSTORE/keys?alias=myKeyAlias&password=KEY_PWORD"

Stephen

View solution in original post

2 REPLIES 2

Hi Phani,

We have an open issue with SmartDocs and uploading attachments. The API works if you use it in curl or postman, in the form:

curl -u admin_email:admin_pword -X POST -H "Content-Type: multipart/form-data" -F file="@myKeystore.jar" "https://api.enterprise.apigee.com/v1/o/ORGNAME/environments/prod/keystores/KEYSTORE/keys?alias=myKeyAlias&password=KEY_PWORD"

Stephen

We just pushed a fix to SmartDocs and that page should be working now. Try it here:

http://apigee.com/docs/management/apis/post/organizations/%7Borg_name%7D/environments/%7Benv_name%7D...

Stephen