So yesterday was the first time when I was trying to install nginx on my website through putty and use ssl certificate. But whenever I run this command:
sudo nginx -t
I get this error: error 02001002 which says that fullchain.pem is not in the live directory.
Then I went to WinSCP and checked that live directory exists but I can't access it because it's says that I don't have permission. I even try to change chmod to 777 still can't access it. Can;t access it even through putty console. How can I access that /etc/letsencrypt/live folder? How for my user give the permission to access it ?