Add new comment

Let's Encrypt only works on a site with registered domain name (so it will not work on localhost). You get that error because the Let's Encrypt script you have executed (below) failed to generate the certificate. Thus, your /etc/letsencrypt/live/mydjroom.com/ is empty.
  
/opt/letsencrypt/letsencrypt-auto --config /etc/nginx/letsencrypt/domain.conf certonly
  

Restricted HTML

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>
  • Lines and paragraphs break automatically.