Ubuntu 14.04 + nginx

I just install an SSL in my ubuntu server. I follow all the steps in the install instructions for Ubuntu 14.04 + Nginx and all works ok.
Only when I try to restart my Nginx server an error appear (fault).
I think that is a permisions problem.
With Nginx -t show the next the message:

nginx: [emerg] BIO_new_file("/etc/letscrypt/live/app.aytotarifa.com/fullchain.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen(’/etc/letscrypt/live/app.aytotarifa.com/fullchain.pem’,‘r’) error:2006D080:BIO routines:BIO_new_file:no such file)
nginx: configuration file /etc/nginx/nginx.conf test failed

Thanks in advance.

Have you checked whether the path and file are really there? What does
ls -l /etc/letscrypt/live/app.aytotarifa.com/fullchain.pem
show?
Are you running nginx as root user?

Oooooooooooooooooh! My god.! I’ve read the path a lot of times. I need to rest more.
Thank you very much!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.