Regarding SSL certificate in dev and test environment

Hi,

I have to use SSL certificate on apigee production environment and to avoid any problem in later stages it is good to have SSL certificates on my dev and test environment as well. Cost of 1 certificate is quite high. So any good way by which for dev and test I use free certificate and for prod environment I will use the orignal one. If I will use self signed for dev and test is fine?

Regards,

Ankita

0 4 2,310
4 REPLIES 4

For northbound (incoming connections to Apigee) any Apigee org has SSL certificates already in place. This is how you can make "https" calls to your APIs to "apigee.net" domain. It is Apigee's certificate.

In the production environment you will get a SSL certificate for your company so you can make calls like "https://api.yourcompany.com/...". This custom certificate is only needed on prod.

Since you are using SSL in dev and test environments too, there is no need to switch to custom certificates on these environments.

Thanks Madhan,

Client want to use SAN certificate of prod on dev and test environments. I think Apigee does not have any problem in using it right?

Regards,

Ankita Jain

Hi One more question, Can I use 1 certificate for api.xyz.com (SANs api-dev.xyz.com, api-test.xyz.com, developers.xyz.com, developer-dev.xyz.com, developers-test.xyz.com) will this work in apigee??