Two way SSL Configuration

Hi ,

We are trying to configure two way ssl configuration in our account.I have followed the steps which mentioned in the apigee docs .

https://docs.apigee.com/api-platform/system-administration/configuring-ssl-edge-backend-service

curl -X POST -H "Content-Type:application/xml" https://api.enterprise.apigee.com/v1/o/{org_name}/e/{env_name}/references \ -d '<ResourceReference name="myKeyStoreRef"> <Refers>myTestKeystore</Refers> <ResourceType>KeyStore</ResourceType> </ResourceReference>' -u email:password

I have few queries regarding executing the curl command

1) what should i pass in " -u email:password"

2) Can we execute this using postman(if yes can you share the snippet)

3) how to find the org_name & env_name in our apigee account.

Thanks

0 3 374
3 REPLIES 3

Hi @Jegath Kumar,

1) you can use apigee administrator username/password.

2) yes, you can copy the API call and import in the postman as raw.

3) please find the screen shot to find org_name & env_name in our apigee account.

@Kuldeep Bhati when you say administrator, is it System admin or the organizational admin please? Because we tried with Organization admin's credentials and we received 401 unauthorized error.

If it has to be a System admin, how do I become one?

error.png

Thanks

Hi @Jegath Kumar,

I mean an Organization Administrator; I just observed in your screen shot that 'Authorization' is not selected, can you select 'Basic Auth' and try? It should work however if not then you can always use Apigee Edge UI, try setup 2 way SSL using Apigee Edge UI; I would recommend using new edge UI to create TLS keystores, References; and create virtual hosts.