Estoy instalando un proxy nginx ssl en mi servidor Fedora.
He creado un certificado y un par de claves en / etc / nginx. Se ven así:
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
...
Como root, estoy tratando de iniciar el servicio nginx:
systemctl start nginx.service
Obtuve el siguiente error:
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
¿Hay algo mal con los permisos en estos archivos?