100 days DevOps - day 15

I am having issues with this exercise, in the server there the directory is /etc/pki/tls/certs as opposed to the one in the /etc/nginx/nginx.conf.
I’ve tried all options /etc/pki/CA/certs, but its not working, please tell am I am doing wrong

First, here’s someone who’s solved Day 15 – see if you like her solution.

1 Like

After providing the certificate path and starting the Nginx service, you may notice errors in /var/log/nginx/error.log indicating that the certificate cannot be loaded.

If you are using SSL certificates, they should be placed under /etc/ssl/certs, and the Nginx service must have the necessary permissions to read them