Instaluję proxy nginx ssl na moim serwerze Fedora.
Utworzyłem parę certyfikatów i kluczy w / etc / nginx. Wyglądają tak:
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
...
Jako root próbuję uruchomić usługę nginx:
systemctl start nginx.service
Otrzymuję następujący błąd:
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
Czy coś jest nie tak z uprawnieniami do tych plików?