Securing Apigee Proxy Endpoints

Team, 


Can someone help us in securing apigee proxy endpoints? I have tried below two options. 

  1. Created Keystore from the management UI itself using our certs.
  2. Applied certs using apigeectl by updating the ‘overrides.yaml’ pointing to right certs. 
Solved Solved
0 6 191
1 ACCEPTED SOLUTION

Issue was with my certs and key. Able to resolve the issue. 

View solution in original post

6 REPLIES 6

I think you are looking to configure TLS security for inbound requests.  Is that right? 

What version of Apigee are you using?

Can you show the pertinent settings in your overrides.yaml?

 

Yes! 

virtualhosts:
     - name: eval
        sslCertPath: ./certs/keystore.pem
        sslKeyPath: ./certs/keystore.key

Issue was with my certs and key. Able to resolve the issue. 

mismatched cert and key? Or... ? something else?

  1. Key was inappropriate. (.key)
  2. Full certificate chain was not included. (.pem)

Thanks for the followup