Unable to upload the ssl cert and key jar

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

1 Like

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/keystores/%7Bkeystore_name%7D/keys

Stephen