Hello folks, I am having a hard time uploading the certificates for the Keystore on Apigee Hybrid. When I try to upload the certificate and key and try to save it the button just swirls around and does not save it in the Keystore section which, unfortunately, creating a blocker for me to enable the 2 way SSL. Could you please help me out why is this happening? Is it a cluster configuration issue or an issue with Apigee hybrid?
Attaching a screenshot for reference
https://lh3.googleusercontent.com/-8acetKKI9aQ/X9mkusM5SFI/AAAAAAAABE8/dd0i94oyjMUPqK7_9pbU4R-zqXZYAlmuACK8BGAsYHg/s0/Screenshot%2B%2528145%2529.PNG
Answer by Deepa · Jan 22 at 08:51 PM
I got around it by creating an alias using management API
curl 'https://apigee.googleapis.com/v1/organizations/
/environments/
/keystores/
/aliases?alias=
&password=
&format=keycertfile
' -H "Authorization: Bearer $TOKEN" -X POST -F keyFile=@cert.key -F certFile=@cert.pem
Is there any way to store 50KB key-value pairs in Apigee+Hybrid Env? 1 Answer
Apigeectl tool for windows 0 Answers
apigee hybrid bundle import issue 1 Answer
Environment delete in hybrid: is it supposed to delete cassandra? 1 Answer
Does the management plane of apigee hybrid include "microgateway"? 2 Answers