matrix-docker-ansible-deploy icon indicating copy to clipboard operation
matrix-docker-ansible-deploy copied to clipboard

Nginx conf: Wrong SSL directory

Open Citrullin opened this issue 3 years ago • 0 comments

Given the following configuration: External nginx with disabled docker nginx. Domain and matrix.xy subdomain run on the same server with the same nginx. Certificates are managed by certbot.

The documentation states to use the created .conf files in nginx. Problem is just the configuration uses the path /matrix/ssl/config/live/. Moving the ssl files and changing the path with certbot --config-dir /matrix/ssl/config/ won't be enough, because certbot simplifies the certificate. The folder with the subdomain element.xy doesn't exist. There is only a certificate for xy. So, the .conf configuration has to get changed manually.

A minor issue.

Citrullin avatar Feb 23 '22 05:02 Citrullin