busyB
Use Traefik's SSL certificate within Nginx Unit Server
Yes, I need clarity as related to Dokploy, how do I get dokploy's Traefik SSL into the container?
In Nginx Unit We need to pass the SSL cert file path.
Like this
"*:8443": {
"pass": "routes",
"tls": {
"certificate": "${UNIT_CERTIFICATE_NAME}", //Certificate.
"conf_commands": {
"minprotocol": "TLSv1.2"
}
},
5 replies