Advanced Configuration
Domain and SSL Certificate
Domain Requirements
Dify Enterprise requires 5 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
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 you configure the SSL Certificate, if you encounter the http/https errors on your browser, you can uninstall dify and try to install again.