Error cannot load certificate "/etc/letsencrypt/live/domainname/fullchain.pem"

@JuergenAuer @rg305

I’ve tried putting a empty .txt file in ./nginx/certbot/www since this is how I use it in docker volumes:

- ./nginx/certbot/www:/var/www/certbot

and this is the location of my acme challenge:

location /.well-known/acme-challenge/ {
    # allow letsencrypt to verify challenges

    root /var/www/certbot;
    # put extra configuration here, if needed
}

and when I go on this location it doesn’t display it:

http://www.gotobot.co/.well-known/acme-challenge/test.txt

What should I do now?