Skip to main content

Domain Requirements

Dify Enterprise requires 6 domains to be set up. The domains are:
  • Console: console.dify.local
  • Services API: api.dify.local
  • APP: app.dify.local
  • Files: upload.dify.local
  • Enterprise: enterprise.dify.local
  • Trigger: trigger.dify.local

Find the Domain Configuration in the Helm Chart Values

Display Helm Chart Values

This is an example of the domain configuration in the Helm chart values.

How to configure SSL Certificate

Generate SSL Certificate

Update Helm values

Set useTLS to true

Update Ingress values

If you only have one certificate, you can set it like this
If you have multiple certificates, you can set it like this

The cache error of Http/Https

After configuring the SSL certificate, if you encounter http/https cache errors in your browser, you can restart the Dify service to clear the cache.