Is there a way to use the uploaded cert for all the services/routes?
I know we are able to upload a cert pair with kong:8001/certificates endpoint the apply it on a specific service/route, but how can we apply it to all the services/routes? I am thinking to iterate all the services and routes to get id the apply it individually but there should be a better way.
Enabling ssl plugin sounds like a better approach but ssl plugin was removed from KONG 13, any better approach?
Thanks in advance!