I am trying to create and uplaod self signed cert and key
i am using the below curl command.I am getting the 403 unauthorised error..
curl -u orgAdminEmail:password -X POST --header "Content-Type: application/json" \ -d "{ "alias": "selfsigned", "subject": { "commonName": "mycert" } }" \ "https://api.enterprise.apigee.com/v1/o/{hsbhattacharjee25-eval}/e/{test}/keystores/{allah}/aliases?format=selfsignedcert"
Thank you for the help