Hi all,
I’m new here so would appreciate any help I can get.
I’m trying to set up my server to use HTTPS with Tomcat9
Currently, I’ve ran the following commands.
wget https://dl.eff.org/certbot-auto
chmod a+x certbot-auto
./certbot-auto certonly
When i ran the certonly function, it prompted me how I would want to authenticate and i chose option 2, standalone.
However, there in my /etc/letsencrypt folder, there isn’t any live folder
Appreciate any kind advice as I’m stucked now.
Thank you.