I’m trying to copy the certificate files for my existing SSL certificate but I’m getting a “Permission denied” error when using the location specified in the guide where it says
" Under the default configuration, place your files in ./bwdata/ssl/your.domain
."
The path in the config file according to this is: /etc/ssl/bitwarden.glenspcservice.com/certificate.crt
The nginx error.log is full of the following error:
2022/12/22 01:54:22 [emerg] 1#1: cannot load certificate “/etc/ssl/bitwarden.glenspcservice.com/certificate.crt”: BIO_new_file() failed (SSL: error:02001002:system li>
I thought I had successfully moved the files from my home directory to that directory. They aren’t in the home directory anymore but they aren’t in the directory they should be either.
I’m confused why the folder doesn’t have the proper permissions.
Can someone help? Thanks in advance.