Я встановлюю проксі-сервер nginx ssl на свій сервер Fedora.
Я створив параметр cert та key під / etc / nginx. Вони виглядають так:
ls -l /etc/nginx/
total 84
...
-rw-r--r--. 1 root root 1346 Sep 20 12:11 demo.crt
-rw-r--r--. 1 root root 1679 Sep 20 12:11 demo.key
...
Як root, я намагаюся запустити службу nginx:
systemctl start nginx.service
Я отримую таку помилку:
nginx[30854]: nginx: [emerg]
SSL_CTX_use_certificate_chain_file("/etc/nginx/demo.crt") failed (SSL: error:0200100D:system library:fopen:Permission denied...e:system lib)
nginx[30854]: nginx: configuration file /etc/nginx/nginx.conf test failed
Чи щось не так з дозволами на ці файли?