मैं अपने फेडोरा सर्वर पर एक nginx ssl प्रॉक्सी स्थापित कर रहा हूं।
मैंने / 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
...
जड़ के रूप में, मैं 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
क्या इन फ़ाइलों पर अनुमतियों में कुछ गड़बड़ है?