Creation of Vhost using Self Signed Certificate

Not applicable

Hi All,

I am unable to create vhost using self signed certificate

- Created self certificate using

https://www.ibm.com/support/knowledgecenter/en/SSWHYP_4.0.0/com.ibm.apimgmt.cmc.doc/task_apionprem_g...

- Followed step 1-6

- Created a Keystore, and uploaded the .p12 file

- created a Reference

I have set the Common Name: to www.myinterlapitest.com, which does not resolve to anything. The end goal is to use this Vhost for internal proxies. I am following this tutorial

https://community.apigee.com/articles/26525/securing-your-internal-apis-with-apigee-edge.html

Bu when i create the vhost, the self signed certificate, is not working. It fails with the following error message:

{ "code": "messaging.config.beans.VirtualHostCACertValidationError", "message": "Virtual host creation/update failed due to keystore cert validation error. Cert is invalid or cannot be not be trusted by java trust anchors or CAs", "contexts": [] }

Can someone help.

Thanks

0 2 459
2 REPLIES 2

@Jared is this cloud or on premise ? In our cloud platform you can't use a self signed cert as your CA, this is for security purposes. You need to have a CA signed cert. Hope this helps.

@Christin Brown - Is it possible to install self signed certs with just Domain cert in existing VHOST ?