mhStack opened a new issue, #12412: URL: https://github.com/apache/apisix/issues/12412
### Description I am trying to use apisix as a central gateways and ingress controller but I ran into problems trying to get a certificate with letsencrypt since the ingress controller does't seem to create the temporary ingresses for certmanager. The problem seems to be that the ssl integration doesn't work. Calls to `/apisix/admin/ssl` consistently return: `{"error_msg":"Unsupported resource type: ssl"}`. Ingress Controller runs stable, Certificates have been provided multiple times in various forms, but APISIX does not process them. Despite activated ssl: section `ssl.enable: true` in config.yaml, /apisix/admin/ssl remains disabled. Is this way deprecated or disabled in this system version? How do I set this up properly? ### Environment Platform: Kubernetes-based APISIX Version: 3.11.0 (Image: apache/apisix:3.11.0-debian) APISIX Ingress Controller: 1.8.0 (Image: apache/apisix-ingress-controller:1.8.0) Control via Helm Chart apisix/apisix -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org