%% Last Updated: - [[2021-03-18]] %% If you've just created an SSL certificate using `certbot`, you might find that attempting to `cd` into `/etc/letsencrypt/live`, where the new certificates are held, yields a `permission denied` response. To make this directory accessible, run: `sudo chmod 755 /etc/letsencrypt/live/` ## See also - [[SSL]] - [[Installing an SSL certificate on Nginx server with Let's Encrypt and Certbot]]