Hi, im trying to install bitwarden on linux Manual self hosted. I have traefik setup for some services accessible through reverse proxies.
bwdata/config.yml
ssl_certificate_path: /etc/letsencrypt/live/domain/fullchain.pem
ssl_key_path: /etc/letsencrypt/live/domain/privkey.pem
ssl_ca_path: /etc/letsencrypt/live/domain/cert.pem
ssl: false
ssl_managed_lets_encrypt: false
I created a bitwarden user to own and run this container, but that user does not have access to these locations above. How can I fix that?
I created this config.yml manually and have not found any information about having to link it to somewhere
(also, im not entirely sure if these files are mapped correctly)
Still, from the error message I dont think these certificates are linked correctly, or would they still be shown as certificate.crt and private.key even though they are named differently?
nginx: [emerg] cannot load certificate "/etc/nginx/./bwdata/ssl/domain.se/certificate.crt": BIO_new_file() failed (SSL: error:80000002:system library::No such file or directory:calling fopen(/etc/nginx/./bwdata/ssl/domain.se/certificate.crt, r) error:10000080:BIO routines::no such file)