Custom domain certification: does keystore deletion affect the certificate configurarion?

Hi ,

In order to configure custom domain certificates at our northbound endpoint, we packaged our certificate and the private key in a jar and uploaded to a key store, and provided that keystore details to apigee support and then they did the needful.

So, my question here is - If we delete that keystore is it going to impact the behaviour of the SSL for the https requests coming to our custom domain.

Thanks



1 2 105
2 REPLIES 2

Not applicable

Yes, Apigee maps the incoming request to a Virtual Host and then uses the key store of the virtual host to serve the certificate to the client. If the keystore is missing, Apigee would not know the certificate to serve for the request. So you should not delete the keystore associated with the virtual host serving TLS requests.