i wanted to create and upload a self signed cert and key

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

0 2 91
2 REPLIES 2

AFAIK you need to have an paid account to play with certs.

You can check out the Apigee docs and Youtube videos on this topic,

One and Two way TLS

https://www.youtube.com/playlist?list=PLIXjuPlujxxx2foYHR_OZ8qFENg9jyEzQ

@ Siddharth Barahalikar then how I test Saml SSO assertion generation and validation with free account? Please guide me???