No live folder for

My domain is: irrelevant

I ran this command: ./certbot-auto certonly

It produced this output: No live folder

My operating system is (include version): Ubuntu Trusty

My web server is (include version): irrelevant

My hosting provider, if applicable, is: Digitalocean

I can login to a root shell on my machine (yes or no, or I don’t know): yes

I’m using a control panel to manage my site (no, or provide the name and version of the control panel): no


My issue is that I ran software just fine, but it didn’t create a live folder in my /etc/letsencrypt/ directory. I have an accounts and a renewal folder, but no live folder where the .pem’s should have been dropped.


EDIT:
Issue Solved: I used certbot without selecting standalone, so it used the dev enviroment. I solved the problem by running:
./certbot-auto certonly --standalone --email EMAIL -d URL --agree-tos

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