Save button not working in apigee hybrid while uploading the keystore certificates

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-zqXZYA...

0 1 185
1 REPLY 1

I got around it by creating an alias using management API



curl 'https://apigee.googleapis.com/v1/organizations/<ORG_NAME>/environments/<ENV_NAME>/keystores/<KEYSTORE_NAME>/aliases?alias=<ALIAS_NAME>&password=<KEY_PASSWORD>&format=keycertfile' -H "Authorization: Bearer $TOKEN" -X POST -F keyFile=@cert.key -F certFile=@cert.pem